summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--onetimebl.c7
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index acc7d57..75c2944 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,2 @@
Blblblblbl
+caccole
diff --git a/onetimebl.c b/onetimebl.c
new file mode 100644
index 0000000..8640e63
--- /dev/null
+++ b/onetimebl.c
@@ -0,0 +1,7 @@
+#include<stdio.h>
+#include<stdlib.h>
+
+int main(void) {
+ printf("Che palle! \n");
+ return 0;
+}