diff options
author | Emile <git@emile.space> | 2023-02-19 12:33:34 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-02-19 12:33:34 +0100 |
commit | 3c60489e3faca242ae1d178feb32cc0f4b7f68dd (patch) | |
tree | b48dd3db9c58f2c0c92d0c628eabcb9d795e2e66 /README.md | |
parent | 1137c4d8a582e0e4a91b0cc8746a6fd9d08467f7 (diff) |
correct syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index ae5c779..98e8c31 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Get a shell: Exec solve script: ```bash -; python3 solve.py +[HackTM CTF lambda]; python3 solve.py ``` --- |