HectorPulido / rust-todo-app

This is a simple console app made with Rust, an example of the Rust syntaxis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO APP made with Rust

This is a simple console app made with Rust, an example of the Rust syntaxis:

========================
What do you wan to do? :
(1) Show the list
(2) Add new tasks
(3) Mark data as done
2
Enter your new task (write "stop" to return):
Terminar mis diapositivas
Enter your new task (write "stop" to return):
Terminar este codigo
Enter your new task (write "stop" to return):
Tener un pequeño break
Enter your new task (write "stop" to return):
stop
========================
What do you wan to do? :
(1) Show the list
(2) Add new tasks
(3) Mark data as done
1
Task list:
(0) Terminar mis diapositivas
(1) Terminar este codigo
(2) Tener un pequeño break
========================
What do you wan to do? :
(1) Show the list
(2) Add new tasks
(3) Mark data as done
3
Write the ID of the task you want to mark as done:
1
Task (1) DONE
========================
What do you wan to do? :
(1) Show the list
(2) Add new tasks
(3) Mark data as done
1
Task list:
(0) Terminar mis diapositivas
(1) Terminar este codigo [DONE]
(2) Tener un pequeño break

Let's connect 😋

Hector's LinkedIn     Hector's Twitter     Hector's Twitch     Hector's Youtube    

About

This is a simple console app made with Rust, an example of the Rust syntaxis

License:MIT License


Languages

Language:Rust 100.0%