Files
Plasma/tests/helloWorld.pla
2025-10-18 07:21:19 +11:00

4 lines
61 B
Plaintext

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