Placeholder post… it’s pretty cool that I can just write posts like this though.

I can even add code snippets! wow!

def main():
    print("Hello world!")

if __name__ == "__main__":
    main()