From 67a9edba333377a12be03bec1c0354480b0fadae Mon Sep 17 00:00:00 2001 From: Dharkael Date: Mon, 29 Jan 2018 23:05:42 +0100 Subject: [PATCH] README: Enable cpp syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4eccdc..8ec3dfa9 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ And our directory structure will be # Creating simple class Create `init.cpp` under `SimpleLibrary/src/` and add the following code -``` +```cpp #include #include