Skip to content

Commit

Permalink
Update introduction.md (#2203)
Browse files Browse the repository at this point in the history
Added a ; to the do loop as it  is needed to compile
  • Loading branch information
joMarsch authored Dec 19, 2023
1 parent c450a16 commit edbe32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ do
{
// Execute logic if x > 10
x = x - 2;
} while (x > 10)
} while (x > 10);
```

0 comments on commit edbe32d

Please sign in to comment.