Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 237 Bytes

File metadata and controls

8 lines (5 loc) · 237 Bytes

to_do

A command line program written in C that allows you to plan and set goals, and see which goals you've already completed.

To compile, simply type "make".

To run, type, "make run".

To compile for gdb debugging, type "make test"