RSS

(root)/helloworld : 2 : helloworld.py

« back to all changes in this revision

Viewing changes to helloworld.py

root at localhost
2010-12-19 18:49:07
Revision ID: root@localhost-20101219174907-8cq7fipa2ovvz010
fixed typo

Show diffs side-by-side

added added

removed removed

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

Loggerhead 1.17 is a web-based interface for Bazaar branches

Revision Control Appliance - Powered by TurnKey Linux