Mark

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