summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol <pol@krutt.org>2016-05-31 01:37:48 +0200
committerPol <pol@krutt.org>2016-05-31 01:37:48 +0200
commitdc695a5cedbfd274f61bcc16e5b0e9123d49133e (patch)
tree2bec027fb6bccf896b7f6cbf81ef2c1a2a9e4337
parent16f9a9c9e82dd4913084eee6a8ec4e5ad2964ef8 (diff)
downloadonetimebluh-dc695a5cedbfd274f61bcc16e5b0e9123d49133e.tar.gz
onetimebluh-dc695a5cedbfd274f61bcc16e5b0e9123d49133e.tar.bz2
onetimebluh-dc695a5cedbfd274f61bcc16e5b0e9123d49133e.zip
Fixes source file name
-rw-r--r--onetimebluh.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/onetimebluh.c b/onetimebluh.c
new file mode 100644
index 0000000..a788c46
--- /dev/null
+++ b/onetimebluh.c
@@ -0,0 +1,9 @@
+#include<stdio.h>
+#include<stdlib.h>
+
+int main(void) {
+ printf("Blblblbl \n");
+ printf("Uh-Uh-Uh!\n");
+ printf("Ronf ROnf ROOOOOOOONF \n";
+ return 0;
+}