c-first-steps

a C playground
Index Commits Files Refs README
commit 1e56969c3804f7f5a02691b3a80dee2bc5e9af82
parent 39b10b2151fb5113180b5f60740f13c3f5fe1fe6
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu, 29 Oct 2020 19:27:45 -0300

Update README.md
Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -3,9 +3,12 @@
 This is a repository to store all my C files while i learn about this new language.
 
 The examples and exercies are taken from the book "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie, 
-as well as my University workbook.
+and from my University workbook.
 
 In "c-repo/src" you can find all the source codes.
 
+Please consider that I've never programmed in my life before more than blinking
+a led with Arduino® lol.
+
 Feel free to take a look.