Hotel-Reservation-Management-System

** simple hotel management system in java on console using txt I/O only without DB** "# Hotel-Management-System" git init git add README.md git commit -m "first commit" git branch -M main git remote add origin git@github.com:Basel-12/Hotel-Management-System.git git push -u origin main