1 parent 1049632 commit 0c220b3Copy full SHA for 0c220b3
1 file changed
app/main.py
@@ -3,11 +3,6 @@
3
4
5
def main():
6
- # You can use print statements as follows for debugging, they'll be visible when running tests.
7
- print("Logs from your program will appear here!", file=sys.stderr)
8
-
9
- # Uncomment this block to pass the first stage
10
11
command = sys.argv[1]
12
if command == "init":
13
os.mkdir(".git")
0 commit comments