Files
Plasma/tests/test.pla
2025-10-18 07:21:19 +11:00

5 lines
68 B
Plaintext

depend "tests/math.pla";
main = Func(): Int {
return $add(1 ,2);
}