Skip to content

An organizer to help you to organize your daily tasks made in C.

Notifications You must be signed in to change notification settings

ailsonguedes/Task_Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Organizer

This is a simple program made in `C` to help you to organize your daily tasks.

🔧 Tools:

  • 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.

💻 How to Run:

  • This project can be run normally in a Linux environment.
  • You can try to recompily this project to run in Windows environment.
  1. Compiling this Project:
  gcc - o <projectname> <projectname.c>

or

  make <projectname>
  1. Run this Project (Linux):
  • Go to the path of executable project file.

  • Execute the command bellow.

      ./projectname

🙏 Contribuições:

Contribuições são bem-vindas! Sinta-se à vontade para enviar problemas, solicitações de pull e feedback.

Releases

No releases published

Packages

No packages published

Languages