add readme

This commit is contained in:
2023-12-16 17:23:31 +01:00
parent 21dd4c988e
commit 78a190b28f

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.