diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 12:33:34 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 12:33:34 +0200 |
| commit | 46ba2708f83bf46186c33bf84975d39e87f467c1 (patch) | |
| tree | 8275c80bba98d63e81e3af9a1df8be62e0419003 /random_status.py | |
| parent | c0b1a90cf9c52a0c9b1623ac695516031d5ccdba (diff) | |
| download | minishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.tar.gz minishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.tar.bz2 minishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.zip | |
Refactoring files, splited test.py and suite.py in packages
Diffstat (limited to 'random_status.py')
| -rw-r--r-- | random_status.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/random_status.py b/random_status.py deleted file mode 100644 index 171467f..0000000 --- a/random_status.py +++ /dev/null @@ -1,7 +0,0 @@ -import sys -import random - -if __name__ == "__main__": - status = random.randrange(-2_000_000, 2_000_000) - print(status) - sys.exit(status) |
