summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/SNIP/mainmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/SNIP/mainmain.c')
-rwxr-xr-xreference/C/CONTRIB/SNIP/mainmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/SNIP/mainmain.c b/reference/C/CONTRIB/SNIP/mainmain.c
new file mode 100755
index 0000000..7bb36b9
--- /dev/null
+++ b/reference/C/CONTRIB/SNIP/mainmain.c
@@ -0,0 +1 @@
+main(){char *c="main(){char *c=%c%s%c;printf(c,34,c,34);}";printf(c,34,c,34);}