Writing

Hello, World!

The first post on the site.

· Published: · 1 min read

The beginning

Hello, World! This is the first post on the site—and the start of what I will share here: ideas, lessons, and projects.

Every journey in programming starts with the same line:

hello.basvb
Public Function Hello() As String
    Hello = "Hello, World!"
End Function

Debug.Print Hello()