Subversion Repositories helloworld

Rev

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

Rev Author Line No. Line
1 root 1
#!/usr/bin/python
2
 
3
def main():
2 root 4
    print "hello world"
1 root 5
 
6
if __name__ == "__main__":
7
    main()
8
 
Revision Control Appliance - Powered by TurnKey Linux