test
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
5
content/cpp/contents.md
Normal file
5
content/cpp/contents.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '2026-02-27T22:44:20-06:00'
|
||||
draft = true
|
||||
title = 'Contents'
|
||||
+++
|
||||
Reference in New Issue
Block a user