aboutsummaryrefslogtreecommitdiffstats
path: root/weird.c
diff options
context:
space:
mode:
Diffstat (limited to 'weird.c')
-rw-r--r--weird.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/weird.c b/weird.c
new file mode 100644
index 0000000..8fd7eab
--- /dev/null
+++ b/weird.c
@@ -0,0 +1,6 @@
+#include<stdio.h>
+
+int main(int argc, const char *argv[]) {
+ printf("%d\n", 1[0]);
+ return 0;
+}