JavaTXCompilerInJavaTX/examples/hoti/arne.jav

10 lines
99 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
import java.util.Stack;
class Arne {
drinkCoffee(x) {
x.push("Hallo");
String y = x.pop();
}
}