Skip to content

Commit 0582fb2

Browse files
committed
Fix a little formatting error in week9 homework
1 parent 2532748 commit 0582fb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weeks/week9/cheatsheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ int addNumbers(int a, int b) // function definition with return type, na
6060
}
6161
Functions that do not return anything return `void`.
6262
There must always be a main function that returns an int:
63+
```
6364
```c
6465
int main()
6566
{

0 commit comments

Comments
 (0)