CS130A_Project2 - Myles Adams and Roderic Deichler

Instructions to build project

  • Place the hotels-small directory in the root of the project next to src and build folders
Run following commands
  1. cd build
  2. make
  3. ./main
Or run as one line
  • cd build; make; ./main