| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note : Always look for latest version available.
Download .vscode folder, Template.java, input.txt and output.txt files from this repository.
There are two ways to do it:
Download the files directly from repository.

Using Git (Recommended):
git initgit clone https://github.com/the404packet/java-competitive-programming-template.gitOpen that folder in Visual Studio Code.
Open all the three files Template.java, input.txt and output.txt in the folder and keep selected Template.java.

Type your code in while loop of main function.
Example: Addtion of two numbers

To run the file press Ctrl+Shift+B. You will get a dropdown at top. Select compile and run.

| Back | FazBrowse Home | New Git URL |