summaryrefslogtreecommitdiff
path: root/ayylmao.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:22:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:22:28 +1300
commit59f748477c01c589a7603a6d940313533c47eafc (patch)
tree3b07018830e7c51b464a0904fc9bc1773f2291ae /ayylmao.c
downloadayylmao-59f748477c01c589a7603a6d940313533c47eafc.tar.gz
ayylmao-59f748477c01c589a7603a6d940313533c47eafc.zip
First commit of ayylmao
Diffstat (limited to 'ayylmao.c')
-rw-r--r--ayylmao.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ayylmao.c b/ayylmao.c
new file mode 100644
index 0000000..0490f99
--- /dev/null
+++ b/ayylmao.c
@@ -0,0 +1,9 @@
+#include <ayylmao.h>
+#include <stdlib.h>
+
+int main(void)
+{
+ ayy();
+ lmao();
+ exit(EXIT_SUCCESS);
+}