// TODO 1. create a new branch called initial-implementation // TODO 2. create a package with your name. i.e com.franco and move this file inside the new package // TODO 3. implement https://amigoscode.com/learn/java-cli-build/lectures/3a83ecf3-e837-4ae5-85a8-f8ae3f60f7f5 public class Main { public static void main(String[] args) { System.out.println("Java Master Class"); } }