This is an example blog post to demonstrate blog post generation.
This is an example of a code block.
#include <iostream>
int main(void) {
std::string hello = "Hello, World!";
std::cout << hello << "\n";
return 0;
}
This is an example list.