Files
compiler-the-translators/tests/sprint1/test/sp1_simple_alpha.alpha
Scarlett ea7c284665 woah
2025-05-03 19:25:55 -04:00

7 lines
98 B
Plaintext

$$ TEST: [-tok]
type main: string -> integer
function entry: main
entry(arg) := {
return 0;
}