Files
compiler-the-translators/tests/sprint2/test/sp2_simple.alpha
2025-03-05 12:30:33 -05:00

5 lines
61 B
Plaintext

#include "library.alpha"
entry(arg) := {
return 0;
}