Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#!/usr/bin/python
def main():
print "hello wordl"
print "hello world"
if __name__ == "__main__":
main()