[ create a new paste ] login | about

Link: http://codepad.org/8hXwEM2L    [ raw code | output | fork ]

Python, pasted on Oct 15:
1
2
3
4
5
def main ():

    print ("Hello world!")

main()


Output:
1
Hello world!


Create a new paste based on this one


Comments: