Repository of solved challenges from the Tecnolochicas Programming with Java + BEDU program
Created by: Lizeth Consuelo Bañuelos Ruelas
This is my challenge repository. Inside each folder are the challenges corresponding to each session.
- Java
- OOP (Object-Oriented Programming)
- SOLID Principles
- Refactoring
- Java NIO.2 API
- Clone the project
- Open a terminal
- Use the following command to clone the repository
git clone https://github.com/LfenC/Bedu-Java.git- Go to the folder of the session you want to try
cd Bedu-Java/Session-[ChallengeNumber]/challenge[ChallengeNumber]
Example: cd Bedu-Java/Session-1/challenge1- Run the following command, which compiles all the .java files
javac *.java- Run the class containing the main method
java [ClassName]
Example: java Principal- Each challenge contains its own Main class with different names, so make sure to change the name when running the class.
- You can also run it in your preferred IDE like IntelliJ IDEA or NetBeans.
Suggestions and feedback are welcome!

