CS2613/labs/L04/application.rkt
2022-09-22 16:16:55 -03:00

4 lines
61 B
Racket

#lang racket
(require "hello.rkt")
(require rackunit)
(hello)