Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Dec 13, 2021
1 parent 8659891 commit 823e574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Interpreter/Transpiler of the Folders esoteric programming language, a languag


"Folders is a language where the program is encoded into a directory structure. All files within are ignored, as are the names of the folders. Commands and expressions are encoded by the pattern of folders within folders. "
Folders was created by Daniel Temkin https://danieltemkin.com/Esolangs/Folders/. I`ve want to learn about the language, check https://www.youtube.com/watch?v=Igh-vBI2LXc
Folders was created by Daniel Temkin https://danieltemkin.com/Esolangs/Folders/. I`ve want to learn more about the language, check https://www.youtube.com/watch?v=Igh-vBI2LXc

This is what a "Hello World"-program looks like:
<p align="center">
Expand All @@ -41,7 +41,7 @@ To execute a Folders program you need a the directory path of the program with t
<kbd> java -jar Folders2kt-1.0-SNAPSHOT-all.jar -d /Users/jklingenberg/Code/2021/Folders2kt/sample_programs/99Bottles -source </kbd>

<p align="center">
<img src ="https://raw.githubusercontent.com/Foso/Folders2kt/master/docs/source.png" height=50 />
<img src ="https://raw.githubusercontent.com/Foso/Folders2kt/master/docs/source.png" height=200 />
</p>

# 🏠 Architecture
Expand Down

0 comments on commit 823e574

Please sign in to comment.