Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
osmancoskun committed May 20, 2024
1 parent 2869f8d commit 2b99bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/wiki/development/c/c-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ printf("Hello World\n");
}
```
* This closing curly brace marks the end of the main function block.
All the code within the main function is enclosed between { and }.
All the code within the main function is enclosed between `{` and `}`.

### Compile code

Expand Down

0 comments on commit 2b99bd6

Please sign in to comment.