From 818859123615d27fac25670acd6c1e8d7c38953c Mon Sep 17 00:00:00 2001 From: Christian Bender Date: Wed, 27 Dec 2017 13:43:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71c3fed89..8e14ec26f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## C++ +# C++ This repository contains some useful algorithms and data structures. @@ -10,4 +10,4 @@ How you can contribute? See this small guide. * Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process. * Put in comments in your code. * Avoid **struct** uses instead the **class** keyword. -* Add some test cases in the main-function. \ No newline at end of file +* Add some test cases in the main-function.