Files
Plasma/tests/test.pla

4 lines
59 B
Plaintext
Raw Normal View History

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