a simple command line todo list app, built with Pascal to practice the main language core for an upcoming exam.
this is my first Pascal project, a todo app is perfect for learning the fundamentals, and it is actually useful.
- add new tasks
- view tasks
- mark as complete
- delete tasks
- tasks saved too
tasks.txt
- free pascal compiler (FPC)
fpc todolist.pasrun it:
./todolist