summaryrefslogtreecommitdiff
path: root/lmao.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmao.c')
-rw-r--r--lmao.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lmao.c b/lmao.c
new file mode 100644
index 0000000..1fdcf51
--- /dev/null
+++ b/lmao.c
@@ -0,0 +1,7 @@
+#include "ayylmao.h"
+
+/* Print "lmao" to stdout */
+void lmao(void) {
+ fprintf(stdout, "%s\n", LMAO);
+ return;
+}