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

4 lines
62 B
Plaintext

main = Func(): Int {
$print("%f\n", $sqrt(9.0));
return 0;
}