Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 240 Bytes

Contributing.mkdn

File metadata and controls

9 lines (5 loc) · 240 Bytes

Todoc is a relatively simple program; it has two main objects:

Tasks, which encapsulate the data needed for a task;
Tasklists, which manages collections of tasks.

Main program logic (src/todo.c)