Subversion Repositories helloworld

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/usr/bin/python

def main():
    print "hello wordl"

if __name__ == "__main__":
    main()

 
Revision Control Appliance - Powered by TurnKey Linux