From d82fb3b552d20a279efdd9408042183cfa02fb48 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 23:33:25 +0000 Subject: initial commit --- posts/hello-world.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 posts/hello-world.mdx (limited to 'posts/hello-world.mdx') diff --git a/posts/hello-world.mdx b/posts/hello-world.mdx new file mode 100644 index 0000000..54555b1 --- /dev/null +++ b/posts/hello-world.mdx @@ -0,0 +1,10 @@ +--- +title: Hello World +date: 2025-12-25 +--- + +Hello World + +```python +print("Hello World") +``` -- cgit v1.3.1