This commit is contained in:
2024-09-13 11:01:18 -07:00
parent a42a63faac
commit 471b72c23e
7 changed files with 54 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
---
title: First Post
---
This is my first post
Here's some code!
```c
int main()
{
printf("Hello, World!");
return 0;
}
```