plsm-cpp/examples/new1.plsm

5 lines
43 B
Plaintext

fun main() i64 {
var a : int;
ret a;
}