Files
Plasma/tests/helloWorld.pla

4 lines
61 B
Plaintext
Raw Permalink Normal View History

2025-10-15 16:23:51 +11:00
main = Func(): Int {
2025-10-18 07:21:19 +11:00
$print("Hello, World!\n");
2025-10-15 16:23:51 +11:00
return 0;
}