Files
Plasma/tests/test.pla
2025-10-14 07:14:53 +11:00

4 lines
52 B
Plaintext

main = Func(): Int {
x: Int = 123;
return x + 5;
}