From 056f31d7494d8eceeb409302dbae96749fdc101c Mon Sep 17 00:00:00 2001 From: Yevheniy Hvozdikov Date: Sat, 11 Jul 2020 18:38:43 +0200 Subject: [PATCH] Add 'README.md' Adding a README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..23ca35c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This was my first try/project about getting my websites generated dinamically in C++ and a library. + +I kind of accomplished what I wanted at that time; some filesystem issue about paths get in the way and I left the project as it was. + +Nowadays I keep it to remember that experience ^_^ \ No newline at end of file