diff options
Initial Commit
On branch main
Initial commit
Changes to be committed:
new file: .gitignore
new file: readme.md
Diffstat (limited to '')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..06bb40a --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# CALT + +A C library that is to implement extend and be an alternative to the C stdard library + +## Note: This is alpha quality software |