peter-tanner.github.io/_posts/2023-08-05-hello-world.md

18 lines
601 B
Markdown
Raw Normal View History

2023-08-05 01:51:30 +08:00
---
2023-08-05 02:13:11 +08:00
title: Hello world!
author: peter
date: 2023-08-05 02:12:00 +0800
categories: [Blogging]
tags: [getting started]
2023-08-05 01:51:30 +08:00
---
2023-10-30 01:35:34 +08:00
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.io/legacy_site/](https://peter-tanner.github.io/legacy_site/)**
2023-08-05 01:51:30 +08:00
The site is using the [chirpy](https://chirpy.cotes.page/) theme, which I chose due to it's good use of screen space.
```c
int main(void) {
printf("hello world!");
}
```