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' 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
View File

@@ -0,0 +1,5 @@
+++
date = '2026-02-27T22:44:20-06:00'
draft = true
title = 'Contents'
+++

View File

@@ -2,6 +2,9 @@
<html> <html>
<head> <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> <title></title>
</head> </head>
<body> <body>