Corrected Syntax index.md (#29260)
There was a syntax error - missing ';'
This commit is contained in:
committed by
Christopher McCormack
parent
4745843717
commit
863fd135ea
@ -86,7 +86,7 @@ int main(void){
|
||||
int a = 0;
|
||||
|
||||
do {
|
||||
a++
|
||||
a++;
|
||||
} while(a == -123);
|
||||
|
||||
printf("%i\n", a);
|
||||
|
Reference in New Issue
Block a user