Update markdown and tabs and stuff

This commit is contained in:
2016-10-22 17:07:50 +02:00
parent 67e817490e
commit a27daafa0a
39 changed files with 2249 additions and 2139 deletions

View File

@@ -38,7 +38,8 @@ What? But my code didn't even run!
I reapplied my changes one at a time and found the line that caused the
problem.
int i = 0;
:::c
int i = 0;
What?? That's it? Declaring a variable?