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.

  1. numbered list
  2. other item
  3. third item

This is a quote, it says something wise

#include <stdio.h>

int main()
{   
    printf("%s", "This is code, nerds only!");
    return 0;
}