aboutsummaryrefslogtreecommitdiff
path: root/rtm
diff options
context:
space:
mode:
Diffstat (limited to 'rtm')
-rw-r--r--rtm/README.md5
-rw-r--r--rtm/main.c6
2 files changed, 11 insertions, 0 deletions
diff --git a/rtm/README.md b/rtm/README.md
new file mode 100644
index 0000000..38de779
--- /dev/null
+++ b/rtm/README.md
@@ -0,0 +1,5 @@
+# rtm - Read The Manual
+
+`rtm [docs]`
+
+Read the manual is `man` for sll.
diff --git a/rtm/main.c b/rtm/main.c
new file mode 100644
index 0000000..12185b5
--- /dev/null
+++ b/rtm/main.c
@@ -0,0 +1,6 @@
+#include "../lib/io/io.h"
+
+int main()
+{
+
+}