/c-kanban

Simple C command-line application for task management.

Primary LanguageC

c-kanban

Simple command-line application for task management.

Usage:

make - Same as make compile && make run && make clean

make compile - Compile the program

make run - Run the compiled program

make clean - Clean the binary files

make test - Run tests