Files
Plasma/tests/test.pla

7 lines
60 B
Plaintext
Raw Normal View History

2025-10-14 07:14:53 +11:00
main = Func(): Int {
x: Int = 0;
x = x * 2;
return x;
2025-10-14 07:14:53 +11:00
}