Hello world!
Ready, set, go...
When learning any new programming language, one tradition amongst programmers is to have you write what is considered the simplest possible program in that language — a program that prints the text “Hello world”.
This achieves a few goals:
Displays what the simplest version of a program in the language looks like
Cause a dopamine rush, as a result of a quick achievement — due to immediate feedback from your action
Both of these goals serve one purpose: push you along on the journey to learning that language.
With respect to that big goal you see ahead, what action right now would serve as a “hello world” program to push you along the way?

