Back to Notes

Hello World

-1 min read

Testing a simple markdown blog setup, in case I ever want to write about any of my projects

Code block example

def hello_world():
    print("Hello, world!")  
hello_world()

Another header

This is another header in the blog post. Here's a list:

  • Item 1
  • Item 2
  • Item 3