feuforeve.v4/main.rkt

11 lines
222 B
Racket

#lang racket/base
(module+ test
(require rackunit)
;; Tests to be run with raco test
)
(module+ main
;; Main entry point, executed when run with the `racket` executable or DrRacket.
(displayln "Hello world!"))