diff options
author | Aoi Koizumi (古泉 あおい) <novaburst@kalli.st> | 2022-05-24 14:15:48 +0000 |
---|---|---|
committer | Aoi Koizumi (古泉 あおい) <novaburst@kalli.st> | 2022-05-24 14:15:48 +0000 |
commit | 4b69ecef81ff3e90d1e504fadca3ca96e5a28068 (patch) | |
tree | 9e5255c5d1fa499e541069589a78cb8a2a333b11 /janet | |
parent | 9d692a02b8e9c4f5e4f90fd0c25c1ef0ed88e677 (diff) | |
download | help-4b69ecef81ff3e90d1e504fadca3ca96e5a28068.tar.gz |
Middleware is the implementation of a concept. - Ed Szurkowski
Diffstat (limited to 'janet')
-rw-r--r-- | janet/help.janet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/janet/help.janet b/janet/help.janet new file mode 100644 index 0000000..6306834 --- /dev/null +++ b/janet/help.janet @@ -0,0 +1 @@ +(print "would you mind reading the fucking manual pages?") |