summaryrefslogtreecommitdiffstats
path: root/onetimebl.c
diff options
context:
space:
mode:
Diffstat (limited to 'onetimebl.c')
-rw-r--r--onetimebl.c7
1 files changed, 7 insertions, 0 deletions
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;
+}