An open API service indexing awesome lists of open source software.

https://github.com/powopaf/todo_list

a todo list command in multiple language
https://github.com/powopaf/todo_list

bash bash-script c c-script rust student-project

Last synced: 11 months ago
JSON representation

a todo list command in multiple language

Awesome Lists containing this project

README

          

# Project todo_list

## Purpose :

I am writing tiny script in different language to learn and practice what I learn in school (steal a student project remenber)
The method use in the different projects are :
- if, elif/else if, else statement
- how and, or and other boolean operator work
- loop with for and while
- how string work
- read and write into a file

### Build Bash script
Happy day no need to run `chmod` command I did it for you already to use in bash :)
### Build C script
Only need to go in the C directory and type make
#### Note
I will not implement interface