Add java code and test cases
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
int number() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
println(number());
|
Reference in New Issue
Block a user
@ -0,0 +1,5 @@
|
||||
int number() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
println(number());
|