Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.09 KB

File metadata and controls

22 lines (14 loc) · 1.09 KB

How to run your code

1. Fork the Repository

forking

2. Clone your fork to VS Code

  • Copy the url of your fork cloning1

  • Open an new window in VS Code and click on Clone Git Repository

  • Paste your url into the prompt and hit RETURN cloning2

Edit Your Code

Add your code in between the brackets of the run() method of your .java file (ie. Program1.java1) running_code

4. 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)