Files
Plasma/tests/test.pla
SpookyDervish 549f650b54 IT WORKS
2025-10-15 16:23:51 +11:00

4 lines
59 B
Plaintext

main = Func(): Int {
$print("Hello, World!");
return 0;
}