diff options
Diffstat (limited to 'README.md')
| -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 |
