Your first program, your first post.

The Elusive Hello World

So often the first example of a programming language is a simple hello world. So why not begin this blog with one such post?

def example():
    print("Hello World")

PROGRAMMING
programming

Dialogue & Discussion