def foo():
    print 'hello world'

foo()
def main():
    print 'goodbye girl'

main()
====
print "This is hidden suffix code you don't see it in the editor"
    writeln('hello world');

Hello World