5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
depend "tests/math.pla";
|
|
|
|
main = Func(): Int {
|
|
return $add(1 ,2);
|
|
} |