aboutsummaryrefslogtreecommitdiff
path: root/8.4/main.c
diff options
context:
space:
mode:
Diffstat (limited to '8.4/main.c')
-rw-r--r--8.4/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/8.4/main.c b/8.4/main.c
new file mode 100644
index 0000000..4c5b7b6
--- /dev/null
+++ b/8.4/main.c
@@ -0,0 +1,8 @@
+#include "stdio.h"
+
+int main(void)
+{
+ puts("sneed from sneedio.h (formerly stdio.h)\n");
+
+ return 0;
+}