This is a simple program made in `C` to help you to organize your daily tasks.
- C: A high level language know to be the mother of the other's high level in modern development.
- GCC: A set of compilators to use in C language, made by GNU project.
- This project can be run normally in a Linux environment.
- You can try to recompily this project to run in Windows environment.
- Compiling this Project:
gcc - o <projectname> <projectname.c>
or
make <projectname>
- Run this Project (Linux):
-
Go to the path of executable project file.
-
Execute the command bellow.
./projectname
Contribuições são bem-vindas! Sinta-se à vontade para enviar problemas, solicitações de pull e feedback.