From 34bb80f44c90361e6253de29472e0f52f80904e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sat, 4 Dec 2021 23:51:10 +0100 Subject: [PATCH] fix readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0970d7e..fff92fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # C programming - A modern approach -http://knking.com/books/c/content.html +This repository contains solved exercises for the book **C programming - A +modern approach** by the K. N. King. + + + +I did this far back in 2012, because I really wanted to understand +pointers. Well, it looks like it was a success, I think. Back then I did +not know how to use git (or any other VCS for that matter), so the history +is missing, unfortunately. Enjoy!