Subversion Repositories helloworld

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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