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'
|
||||
+++
|
||||
@@ -2,6 +2,9 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user