CS153/hw1/test/dune
jmug cfe502c598 Add all the assignment code.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00

11 lines
170 B
Text

(library
(name studenttests)
(modules studenttests)
(libraries util hellocaml))
(library
(name gradedtests)
(modules gradedtests)
(libraries util hellocaml))