diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:47:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:47:19 +0300 |
commit | 3b2cac7b58f8e8cee86aa3c32c78bb620375d4f8 (patch) | |
tree | c75524c90be36f98facf8922fd60962512047a3f /README.md | |
parent | nrvo: ignore *.obj files (diff) | |
download | blog-3b2cac7b58f8e8cee86aa3c32c78bb620375d4f8.tar.gz blog-3b2cac7b58f8e8cee86aa3c32c78bb620375d4f8.zip |
add README
This branch has already had a README, but I rewrote its history
completely.
I think this was a huge mistake, but I couldn't take it anymore.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fff1dba --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +C++ notes +========= + +Personal C++ notes. +See the corresponding blog at https://egor-tensin.github.io/cpp-notes/. + +License +------- + +Distributed under the MIT License. +See [LICENSE.txt] for details. + +[LICENSE.txt]: LICENSE.txt |