simon-einzinger.de/docs/posts/hello2.md
2025-01-24 19:05:29 +01:00

401 B

layout title date
blog Another Hello 2025-01-07

Some excerpt for the blog post teasing what it is about


TOC

Some test blog post

with some lorem ipsum text

def hello_world() -> str:
    return "Hello, World!"


if __name__ == "__main__":
    string = hello_world()
    print(string)

Hello 2

some more text with awesome formatting


some more text