mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 13:00:19 +08:00
403 B
403 B
layout | title | description |
---|---|---|
post | Hello world | Finally cleaned up my website. |
Welcome to my blog, about time I got one of these since there's a lot of random thoughts and technical experiences I have that might be useful
The site is using the chirpy theme, which I chose due to it's good use of screen space.
int main(void) {
printf("hello world!");
}