diff --git a/README.md b/README.md index 38e1d3299f601cd5ff2dee41f017ce623d8f1457..6ad24992ca52fefb8571e1ce7daa8b0c6b066301 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This branch contains all materials for the first tutorial session. - [Organization](./orga.md) - [Development environment setup](./env.md) - [Git Basics](./git.md) -- [Review of C programming language](./clang.md) +- [C programming language review](./clang.md) - Questions for the first assignment - Groups for assignments diff --git a/clang.md b/clang.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..43257f2d55d1c058565e4ad187a6e208c63811ad 100644 --- a/clang.md +++ b/clang.md @@ -0,0 +1,3 @@ +# C Programming Language Review + +This document is not intended to be a primer on the C programming language. It only gives you the essential information you need to complete your programming assignments.