JavaCompilerCore/examples/hoti/arne.jav
2013-10-18 13:33:46 +02:00

10 lines
99 B
Java
Executable File

import java.util.Stack;
class Arne {
drinkCoffee(x) {
x.push("Hallo");
String y = x.pop();
}
}