Files
compiler-the-translators/simple.alpha
2025-02-27 16:12:19 -05:00

5 lines
61 B
Plaintext

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