From 569f2b0098ed1539fbd5084e23cb3556d345fb35 Mon Sep 17 00:00:00 2001 From: "Aoi Koizumi (古泉 あおい)" Date: Wed, 25 May 2022 01:45:30 +0000 Subject: kekw --- README.org | 5 +++++ c/help.c | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 c/help.c diff --git a/README.org b/README.org index a71a9b9..771d8db 100644 --- a/README.org +++ b/README.org @@ -13,5 +13,10 @@ Often found as a bash built-in command, but this one does tell you to RTFM. It h + Janet ~cd janet && janet help.janet~ + OCaml ~cd ocaml && ocaml help.ml || cd ocaml && ocamlc -o help help.ml~ + Python ~cd python && python3 help.py~ ++ C ~cd c && cc -o help help.c~ + +By the way, this is just an example on how a useless program like this can be implemented in many ways possible. + +Also I'm skipping languages I have a serious dislike to. Licensed under [[file:COPYING][DPL-1.1]] diff --git a/c/help.c b/c/help.c new file mode 100644 index 0000000..19edc66 --- /dev/null +++ b/c/help.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("would you mind reading the fucking manual pages?\n"); + return 0; +} -- cgit 1.4.1-2-gfad0