21 lines
218 B
Markdown

---
title: Hello, World!
author: Michael
date: 2024-09-13
abstract: This is my first post
---
this is a test
- oh yeah
this is a quote:
> sdfdsfsdfdsfdsfdsfds
> sfdsfdsfsfdsfds
```c
int main()
{
return 0;
}
```