26 lines
358 B
Markdown
26 lines
358 B
Markdown
---
|
|
title: "My First Post"
|
|
date: 2023-07-16T13:39:31+03:00
|
|
draft: false
|
|
summary: "This is safsdfan test."
|
|
author: "Rusted Skull"
|
|
series: ["Tutorial"]
|
|
tags: ["Generic", "Memes"]
|
|
---
|
|
|
|
welcome to test.
|
|
|
|
## Introduction
|
|
|
|
This is **bold** text, and this is *emphasized* text.
|
|
|
|
Visit the [Hugo](https://gohugo.io) website!
|
|
|
|
```cpp
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|
|
|
|
```
|