CS3700-project4/webcrawler

6 lines
85 B
Racket
Executable File

#!/usr/bin/env racket
#lang racket/base
(module+ main
(displayln "Hello world."))