Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 576 Bytes

File metadata and controls

17 lines (12 loc) · 576 Bytes

How to run your code

1. Clone The Repository

2. Edit your Code

3. Run Your Code

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)

Troubleshooting

#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