mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 21:10:17 +08:00
16 lines
403 B
Markdown
16 lines
403 B
Markdown
---
|
|
layout: post
|
|
title: "Hello world"
|
|
description: 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](https://chirpy.cotes.page/) theme, which I chose due to it's good use of screen space.
|
|
|
|
```c
|
|
int main(void) {
|
|
printf("hello world!");
|
|
}
|
|
```
|