From 12cdbdd56546f09e6c73f94726e2f373d4116951 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Wed, 8 Apr 2026 18:05:10 +0700 Subject: Source code insertion --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3