Follow one path through `main`
A Java program often starts in public static void main(String[] args). For now, imagine one worker: Java runs one statement, then the next, in a single ordered path.
public static void main(String[] args)