First Post
This is the first post, anyways check out this cool painting.
Skull of a Skeleton with Burning Cigarette by Vincent Van Gogh.

and here’s a sample codeblock.
#include <stdio.h>
int main(void) {
for(int i = 0; i < 10; i++) {
if (i == 5)
puts("i is equal to 5.");
}
}