diff options
Diffstat (limited to 'weird.c')
-rw-r--r-- | weird.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include<stdio.h> + +int main(int argc, const char *argv[]) { + printf("%d\n", 1[0]); + return 0; +} |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |