My very first programming project!
- Executable JAR:
- Download Travel-Agency.zip and extract it
- Run
Travel-Agency.jar
- Source Code:
- Clone the repository
- Execute the following commands:
javac -target 8 -source 8 Start.java
java Start
This project is licensed under the MIT License.