Files
Plasma/tests/test.pla

4 lines
52 B
Plaintext
Raw Normal View History

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