Files
hakorune/apps/tests/hello_simple_llvm.nyash

8 lines
63 B
Plaintext

static box Main {
main() {
print(42)
return 0
}
}