4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
main = Func(): Int {
|
|
$print("%f\n", $sqrt(9.0));
|
|
return 0;
|
|
} |