/cpp_markov_bot

Markov bot project, for practicing/relearning C++; probably 100% garbage

Primary LanguageCMakeMIT LicenseMIT

To build me

$ cd build 
$ cmake ../
$ make 
$ cd ../bin 

You should see a bouncing babby binary called hello

library dependencies:

yaml-cpp