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