public class Hi {
public static void main (String [] args) {
new Hi().this()
}
def "this"(){
print "hello"