Commit 683926e8 authored by Richard Torenvliet's avatar Richard Torenvliet

change to wiki.c

parent bcaac529
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
int main(void) int main(void)
{ {
int a = 3, b = 5, d = 5, x = 100; int a = 3, b = 5, d = 5, x = 100;
int c = 0; int c;
if (a > b) if (a > b)
{ {
int c = a + b; int c = a + b;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment