We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590b65 commit d10834cCopy full SHA for d10834c
LearningC/README.md
@@ -4,3 +4,13 @@ This is ment to be a simple introduction to the **C programming language** to ge
4
>[!TIP]
5
> If you don't know C at all, start with [c_syntax](C_Language_Shorts/C_syntax.md)\
6
> Then take a look at [minimal.c](minimal.c) and [Lesson00](Lessons/00_Start)
7
+>
8
+> C Language References are grouped in [C_Language_Shorts](C_Language_Shorts)
9
+
10
+>[!TIP]
11
+> If you nee help with [Makefiles](Tools/Make/Example1)
12
+> > cp minimal.c and Makefile into a test folder \
13
+> > cd testfolder \
14
+> > `make`
15
16
+> More on Makefiles in the [Tools Folder](Tools/Make)
0 commit comments