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