Change-Id: I24d99968507b0d93e0c1e28f78737619718aef1f
This commit is contained in:
Miguel Quintero 2014-08-31 16:44:04 -04:00
parent e14439017d
commit 89215a2ee5
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ def main():
print "daylights"
print "are brighter than nightlights"
print "I like vi"
print "'Sometimes, you have to roll a hard six.' Adama"
if __name__ == "__main__":
main()