-
Open an new window in VS Code and click on Clone Git Repository
Add your code in between the brackets of the run() method of your .java file (ie. Program1.java1)

To run your code, simple hit fn+F5 on your keyboard, you will see a prompt at the top of your screen. Type the name of the program in the prompt and hit Enter. Note: if your program file is called Program1.java, enter Program1 (without the .java)


