mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 03:50:18 +08:00
615 B
615 B
title | author | date | categories | tags | ||
---|---|---|---|---|---|---|
Hello world! | peter | 2023-08-05 02:12:00 +0800 |
|
|
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://www.petertanner.dev/legacy_site/index.html
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!");
}