Files
compiler-the-translators/tests/sprint1/test/sp1_simple_alpha.alpha
2025-05-02 12:47:22 -04:00

6 lines
82 B
Plaintext

type main: string -> integer
function entry: main
entry(arg) := {
return 0;
}