diff options
| author | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-04-08 18:05:10 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-04-08 18:05:10 +0700 |
| commit | 12cdbdd56546f09e6c73f94726e2f373d4116951 (patch) | |
| tree | d7bf6e35bc44ac90e5df2740cae7493203d3726d | |
| parent | 1e2d9e8f2119195be867a89d484cd89abc900994 (diff) | |
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
