summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8d52d3..afcdcb9 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,12 @@
- Structure repo:
/src - source code of a *hello world* app
/test - some cmake unit tests
+
+
+```
+// Some code
+int main()
+{
+ return true;
+}
+```cpp