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
- Host: GitHub
- URL: https://github.com/powopaf/todo_list
- Owner: Powopaf
- License: mit
- Created: 2024-10-09T16:37:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:56:28.000Z (over 1 year ago)
- Last Synced: 2025-04-03T13:20:06.091Z (11 months ago)
- Topics: bash, bash-script, c, c-script, rust, student-project
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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