A simple C program to handle flashcards.
To use it, you can either build it by yourself or download a release binary.
To build it, use CMake >= 3.22.1, make a build directory and run it CMake inside it.
#Clone this repository.
$ git clone https://github.com/Davy133/flashcards
#Go into the repository.
$ cd flashcards
#Create the build directory.
$ mkdir build
#Change to the build directory.
$ cd build
#Run CMake.
$ cmake ..
This project is under MIT License.