This is a simple game I'm writing to test the idea of using games to teach C++. https://learncodethehardway.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
243 B

This directory contains additional files that I need to keep around but are not directly related to
the build. For example, the `process.h` and `process.diff` are patches to libgit2's
`src/util/process.h` file that has a strange bug randomly.