First commit

Fun with testing :D

Change-Id: I9a9ce1ce0c786f723c74c7c600be274b7814180a
This commit is contained in:
utsavdusad
2015-03-23 14:02:04 +05:30
parent 2c7d9f9872
commit 16523786d1

View File

@@ -28,6 +28,6 @@ def main():
print "I like vi"
print "'Sometimes, you have to roll a hard six.' Adama"
print "The snake which cannot cast its skin has to die."
print "My name is khan............................................................................................"
if __name__ == "__main__":
main()