From 210350d49d4091b28acf06218d89369fb7bdfebd Mon Sep 17 00:00:00 2001
From: Mactavish <maczhanchao@yahoo.com>
Date: Fri, 21 Apr 2023 13:36:40 +0200
Subject: [PATCH] update

---
 README.md | 2 +-
 clang.md  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 38e1d32..6ad2499 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 e69de29..43257f2 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.
-- 
GitLab