add readme

This commit is contained in:
Zvonimir Rudinski
2023-12-16 17:23:31 +01:00
parent f152a85d8a
commit a4319c5b38

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Todd
Todd is a To-Do app written in C.
To compile Todd you only need a C compiler.
Just run: `./build.sh` and run `./todd` after that.