first commit

This commit is contained in:
2026-01-04 16:33:54 +08:00
commit 2e723d3a0c
31 changed files with 3472 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
date: '2026-01-04T15:57:21+08:00'
draft: true
title: 'My First Post'
---
# Introduction
This is **bold** text, and this is *emphasized* text.
Visit this [Hugo](https://gohugo.io) website!
```cpp
#include <iostream>
int main(int argc, char* argv[]) {
std::cout << "This is code..." << std::endl;
return 0;
}
```