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