diff --git a/.gitignore b/.gitignore index 48c93e3..1879728 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ !.gitignore # except license !LICENSE +# except README.md +!README.md # ------- k&r .gitignore ------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..33b912e --- /dev/null +++ b/README.md @@ -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)