peter-tanner.github.io/_posts/2023-08-05-hello_world.md
2023-08-05 02:05:00 +08:00

633 B

layout title description date tags
post Hello world Finally cleaned up my website. 2023-08-05
site

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 legacy site is still available if you want to see that crap at https://peter-tanner.github.com/legacy_site

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!");
}