Update README.md

This commit is contained in:
sosokker 2023-08-12 21:26:44 +07:00
parent becd7e789c
commit 8f00ef4bfe

View File

@ -1 +1,8 @@
# C Practice
To run todo-list
```
gcc -o todo main.c tasks.c
./todo
```