Name: Anonymous 2014-04-27 16:07
#include <stdio.h>
int main(int argc, char** argv) {
int i = i;
printf("%d\n", i);
return 0;
}
I guess I shouldn't be surprised, but this is a bit of a jolt after using
let
.
#include <stdio.h>
int main(int argc, char** argv) {
int i = i;
printf("%d\n", i);
return 0;
}
let
.