Added README.md, updated .gitignore

master
Tibor Bizjak 2023-06-02 13:37:16 +02:00
parent aed41ed937
commit 9b47cb84d0
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,6 +5,8 @@
!.gitignore
# except license
!LICENSE
# except README.md
!README.md
# ------- k&r .gitignore -------

3
README.md 100644
View File

@ -0,0 +1,3 @@
# Solutions to varius excersises
Solutions to varius excersises from different sources.
- k&r - [The C Programming Language](https://en.wikipedia.org/wiki/The_C_Programming_Language)