RSS

(root)/helloworld : 1 : helloworld.py

« back to all changes in this revision

Viewing changes to helloworld.py

root at localhost
2010-12-19 18:49:05
Revision ID: root@localhost-20101219174905-x5c7fc30nl17j04b
initial commit

Show diffs side-by-side

added added

removed removed

 
1
#!/usr/bin/python
 
2
 
 
3
def main():
 
4
    print "hello wordl"
 
5
 
 
6
if __name__ == "__main__":
 
7
    main()
 
8
 

Loggerhead 1.17 is a web-based interface for Bazaar branches

Revision Control Appliance - Powered by TurnKey Linux