├── .gitignore ├── LICENSE ├── README.md ├── include └── brkida.hpp └── src └── main.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android1337/brkida/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android1337/brkida/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android1337/brkida/HEAD/README.md -------------------------------------------------------------------------------- /include/brkida.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android1337/brkida/HEAD/include/brkida.hpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android1337/brkida/HEAD/src/main.cpp --------------------------------------------------------------------------------