diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2023-02-16 17:48:12 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2023-02-16 17:48:12 +0000 |
commit | 842169b79b01cafdf0b804514c5673133029db73 (patch) | |
tree | 96ed83874bc5bdacfbcfbf3e67a1b7bdff332d63 | |
parent | 64b2658e7d6024b185307957e117d3d501da5f32 (diff) | |
download | 8hash-842169b79b01cafdf0b804514c5673133029db73.tar 8hash-842169b79b01cafdf0b804514c5673133029db73.tar.gz 8hash-842169b79b01cafdf0b804514c5673133029db73.zip |
Clean up README
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ Of course, if you get an answer not to your liking, you can reword your query to Run `./eight_hash.py` for interactive use, or `import eight_hash` to use as a library. We have to spell out eight because identifiers can't start with a number :(. -This is a simple script in Python 3. The code style is the defaults of the `black` code formatter. - ## Copying The author of this software is Arjun Satarkar. |