Example blog post

Published on: December 01, 2025

This is an example blog post to demonstrate blog post generation.

Example Code Block

This is an example of a code block.

#include <iostream>

int main(void) {
    std::string hello = "Hello, World!";
    std::cout << hello << "\n";

    return 0;
}

Example List

This is an example list.