Files
Plasma/tests/test.pla

4 lines
62 B
Plaintext
Raw Normal View History

2025-10-18 07:21:19 +11:00
main = Func(): Int {
2025-10-18 19:28:54 +11:00
$print("%f\n", $sqrt(9.0));
return 0;
2025-10-14 07:14:53 +11:00
}