summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Gavrilov <alexey.gavrilov@mail.com>2026-04-08 18:05:10 +0700
committerAlexey Gavrilov <alexey.gavrilov@mail.com>2026-04-08 18:05:10 +0700
commit12cdbdd56546f09e6c73f94726e2f373d4116951 (patch)
treed7bf6e35bc44ac90e5df2740cae7493203d3726d /README.md
parent1e2d9e8f2119195be867a89d484cd89abc900994 (diff)
Source code insertionHEADmain
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