We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed21419 commit 0adbffeCopy full SHA for 0adbffe
Brainfuck/__main__.py
@@ -18,7 +18,7 @@
18
19
if __name__ == "__main__":
20
# Parse the file argument
21
- file_parser = ArgumentParser("NanoBASIC")
+ file_parser = ArgumentParser("Brainfuck")
22
file_parser.add_argument("brainfuck_file",
23
help="A file containing Brainfuck source code.")
24
arguments = file_parser.parse_args()
0 commit comments