This commit is contained in:
2026-02-27 22:58:11 -06:00
parent e1c7110db0
commit 42a02d30ec
3 changed files with 19 additions and 1 deletions

View File

@@ -8,4 +8,14 @@ tags = 'cpp'
chapter = '01'
+++
This is the basics
This is the basics:
```c++
// This is a code block
int main() {
return 0;
}
```