This commit is contained in:
2020-01-13 23:34:26 -07:00
commit 51e97c74a4
3096 changed files with 887666 additions and 0 deletions

5
HW1/StoneGame.py Normal file
View File

@@ -0,0 +1,5 @@
import sys
def main():
t = "hello"
print(t);