Files
Plasma/tests/test.pla
2025-10-19 10:32:33 +11:00

8 lines
92 B
Plaintext

depend "tests/math.pla";
main = Func(): Int {
$print("%f\n", $sqrt(100.0));
return 0;
}