kudoakiyama
Results
1
issues of
kudoakiyama
I think this is really useful. For example ``` int x = 1; if (x == 1) { printf("x: %d", x); /* more stuff */ } ``` If you decide...