webserver.c/content/blog/first-post.md
2024-09-13 11:01:18 -07:00

136 B

title
First Post

This is my first post

Here's some code!

int main()
{
    printf("Hello, World!");
    return 0;
}