Emojicode programs to built to solve code golfing problems in as little characters/bytes as possible
All Emojicode documentation can be found on the official website.
Alternatively, you can take a look through their GitHub repo, which contains some usage examples in the tests folder and other places.
<problem-folder>
golf.emojic
ungolfed.emojic
readme.md
Each folder contains a single code golf problem. Inside the folder there are 3 files that contain:
- The golfed solution
- The ungolfed solution
- A readme explaining the problem.