Subtitles

This is my first post with markdown, just seeing how things work.

  • A
  • List
  • I think

Need some text here

#include <stdio.h>
int
main(void)
{
    printf("Hello, world!");
    return 0;
}

How about some math? \(e=mc^2\)

And there we go

comments powered by Disqus