Files
Plasma/tests/test.pla

5 lines
68 B
Plaintext
Raw Normal View History

2025-10-18 07:21:19 +11:00
depend "tests/math.pla";
2025-10-17 06:21:33 +11:00
2025-10-18 07:21:19 +11:00
main = Func(): Int {
return $add(1 ,2);
2025-10-14 07:14:53 +11:00
}