1
0
Files
antlr-compiler/compiler/target/test-classes/examples/functions/simple_function
2018-04-05 20:03:37 +02:00

5 lines
50 B
Plaintext

int number() {
return 4;
}
println(number());