c-first-steps

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

Update README.md
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -5,4 +5,7 @@ This is a repository to store all my C files while i learn about this new langua
 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.
 
+In "c-repo/src" you can find all the source codes.
+
 Feel free to take a look.
+