A simple Java program designed to help indecisive travelers select their next vacation destination. Users can input a list of cities, and the program randomly selects one for them.
- Takes user input to build a list of cities.
- Randomly selects a city from the provided list.
- Lightweight and runs in the terminal.
- Java 8 or higher installed.
- Clone the repository:
git clone https://github.com/xjwllmsx/vacation-selector.git
cd vacation-selector
- Compile the program:
javac Main.java
- Run the program:
java Main
This project is licensed under the MIT License.