Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/topgear-core-java-l1
Solutions for Core Java L1 problems ☕✅
https://github.com/2kabhishek/topgear-core-java-l1
assignment core-java java solutions topgear
Last synced: 8 days ago
JSON representation
Solutions for Core Java L1 problems ☕✅
- Host: GitHub
- URL: https://github.com/2kabhishek/topgear-core-java-l1
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-10-08T05:12:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:44:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T23:38:53.459Z (2 months ago)
- Topics: assignment, core-java, java, solutions, topgear
- Language: Java
- Homepage: https://2kabhishek.github.io/TopGear-Core-Java-L1
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `jdk`
## Get TopGear-Core-Java-L1
To clone TopGear-Core-Java-L1, follow these steps:
```bash
git clone https://github.com/2kabhishek/TopGear-Core-Java-L1
cd TopGear-Core-Java-L1
```## Using TopGear-Core-Java-L1
Use this for your reference, all code is placed under `Assignments` directory, once you have `jdk` installed you can compile and run these locally.
```bash
cd Assignments/
javac Filename.java # Compile
java Filename # Run
```Hit the ⭐ button if you found this useful.
## More Info