mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
20 lines
298 B
Markdown
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
|
|
```
|