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)
#Can't commit and push your code Enter the following into the terminal with your github info
git config --global user.name yourGithubUsername
git config --global user.email yourGithubAccountEmail