diff --git a/content/cpp/basics/index.md b/content/cpp/basics/index.md index f3af0bb..3853688 100644 --- a/content/cpp/basics/index.md +++ b/content/cpp/basics/index.md @@ -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; + +} +``` diff --git a/content/cpp/contents.md b/content/cpp/contents.md new file mode 100644 index 0000000..44ba35d --- /dev/null +++ b/content/cpp/contents.md @@ -0,0 +1,5 @@ ++++ +date = '2026-02-27T22:44:20-06:00' +draft = true +title = 'Contents' ++++ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7fb7650..e1f88b8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,6 +2,9 @@ + + +