diff options
| author | 2021-01-09 10:10:57 -0600 | |
|---|---|---|
| committer | 2021-01-09 10:10:57 -0600 | |
| commit | c4d67dd0d4b9e9752fa22d56a0fe77e621a74940 (patch) | |
| tree | 9a77c31e5ffc2ba9dddc31cc9327645829b952dd /README.md | |
| parent | Add path to spork. (diff) | |
Add init.janet so a user can do (use spork)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,7 @@ # Spork -Various Janet utility modules. +Various Janet utility modules. Spork aims to be grab bag of useful Janet functionality that +does not belong in the core library. ## Formatting @@ -104,3 +105,5 @@ Remove indentation after concatenating the arguments. hoho hohoho ```))))) => "ho\n hoho\n hohoho" + + |
