https://github.com/skills/communicate-using-markdown
This is an H1 header
This is an H6 header

#include <stdio.h>
int main()
{
printf("Hello world!");
return 0;
}
- [ ] Task 1
- [x] Task 2
# This is an H1 header
###### This is an H6 header

```c
#include <stdio.h>
int main()
{
printf("Hello world!");
return 0;
}
```
- [ ] Task 1
- [x] Task 2

Comments NOTHING