Files
Plasma/tests/test.pla
2025-10-14 21:34:18 +11:00

7 lines
75 B
Plaintext

test = Func(): Int {
return 123;
}
main = Func(): Int {
return test();
}