1
0
antlr-compiler/compiler/target/test-classes/examples/functions/simple_function

5 lines
50 B
Plaintext
Raw Normal View History

2018-04-05 18:03:37 +00:00
int number() {
return 4;
}
println(number());