A Java project containing training and practice code.
The repository which will contain the codes for all programming-based training sessions conducted for Junior year of RCOEM'27.
Java/β Contains Java source code and projects.gitignoreβ Files and folders to be ignored by GitLICENSEβ MIT License for this project
- JDK 8 or higher
- Git (optional, for cloning the repo)
- An IDE such as Eclipse, IntelliJ IDEA, or VS Code
git clone https://github.com/varnan6/College_Training.git- Open the project in your IDE.
- Navigate into the
Javadirectory. - Run your classes with the
main()method.
Contributions are welcome! To contribute:
- Fork this repository
- Create a new branch (
git checkout -b feature/xyz) - Commit your changes
- Push to your branch
- Open a pull request
This project is licensed under the MIT License β see the LICENSE file for details.