sqrtminusone.github.io/content/posts/hello-world.md
2021-02-23 15:28:37 +03:00

20 lines
298 B
Markdown

+++
title = "Hello, world!"
author = ["Pavel"]
date = 2020-02-01
draft = false
+++
## Hello, world! {#hello-world}
Eventually, there will be something interesting here. Or not.
Regradless, I'll check if I can write some Python here
```python
print("Hello, world")
```
```text
Hello, world
```