added hugo files
This commit is contained in:
11
content/cpp/basics/index.md
Normal file
11
content/cpp/basics/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
date = '2026-02-27T22:22:10-06:00'
|
||||
draft = true
|
||||
title = 'Basics'
|
||||
layout = 'note'
|
||||
type = 'notes'
|
||||
tags = 'cpp'
|
||||
chapter = '01'
|
||||
+++
|
||||
|
||||
This is the basics
|
||||
11
content/cpp/functions/index.md
Normal file
11
content/cpp/functions/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
date = '2026-02-27T22:23:00-06:00'
|
||||
draft = true
|
||||
title = 'Functions'
|
||||
layout = 'note'
|
||||
type = 'notes'
|
||||
tags = 'cpp'
|
||||
chapter = '02'
|
||||
+++
|
||||
|
||||
This is all about functions
|
||||
Reference in New Issue
Block a user