Subversion Repositories helloworld

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/usr/bin/python

def main():
    print "hello world"

if __name__ == "__main__":
    main()

 
Revision Control Appliance - Powered by TurnKey Linux