gen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: First Post
|
||||
---
|
||||
|
||||
This is my first post
|
||||
|
||||
Here's some code!
|
||||
|
||||
```c
|
||||
int main()
|
||||
{
|
||||
printf("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user