Hi, this is the title!
Something very important
Something important
Something
Not so important
Not
This is the main text, where the main yapping happens. You just keep going and going.
- this is a list
- another list item
- one more
- numbered list
- other item
- third item
This is a quote, it says something wise
#include <stdio.h>
int main()
{
printf("%s", "This is code, nerds only!");
return 0;
}