4 lines
56 B
Text
4 lines
56 B
Text
def non_example(x, y) {
|
|
println(x)
|
|
println(y)
|
|
}
|
def non_example(x, y) {
|
|
println(x)
|
|
println(y)
|
|
}
|