Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Dec 13, 2021
1 parent a73e1fc commit 014dc28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ are encoded in the nesting of folders within folders.

Let me say that again: THE SOURCE CODE IS THE DIRECTORY STRUCTURE. Lol.

This is a Python implementation of Folders for all operating systems to enjoy!
This is a Python implementation of Folders for all to enjoy!

Folders is (was originally) implemented in [C#](https://github.com/rottytooth/Folders).

Expand Down Expand Up @@ -109,4 +109,4 @@ The ultimate code golf!
## Links

- [Folders on esolang](https://esolangs.org/wiki/Folders)
- [Folders homepage](http://danieltemkin.com/Esolangs/Folders/)
- [Folders homepage](http://danieltemkin.com/Esolangs/Folders/)
2 changes: 1 addition & 1 deletion folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
More information here: http://danieltemkin.com/Esolangs/Folders/
This is a (OS-agnostic) python implementation
This is a python implementation
"""
import os
import re
Expand Down

0 comments on commit 014dc28

Please sign in to comment.