Mark

5,332
reputation
5
39
53
puts 'Coding for fun and profit!'
class A { 
    public static void main(String[] args) {
        System.out.println("hh" + 1);
    }
}
function A() {
    return "asdf" + 1;
}