Skip to content

Commit 77e734e

Browse files
committed
im retard
1 parent 9128c89 commit 77e734e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
# Libreria necesaria para los argumentos.
88
from sys import *
9-
argc = len(argv)
109

1110
# Comprueba que los argumentos sean correctos
12-
if argc < 2 or argc > 3:
11+
if len(argv) < 2 or len(argv) > 3:
1312
print(f"\n\nUsage: {argv[0]} [path/to/file.bf] [args]\n")
1413
exit(1)
1514

0 commit comments

Comments
 (0)