Change-Id: Icf64e2e68469dd993cafe85493d8bd5bd4f49c85
This commit is contained in:
Miguel Quintero
2014-02-17 13:24:37 -05:00
parent 3c16190358
commit 2d864ad789

View File

@@ -22,6 +22,7 @@ def main():
print "The exquisite corpse"
print "Looked so pale and beautiful"
print "And yet it's still dead"
print "...and then it woke up to eat the living...."
if __name__ == "__main__":
main()