Hello World

This is our first blog post


Hey

Welcome to our blog

we are excited to share our thoughts with you

Warning Callout

Warning Callout

Danger Callout

Danger Callout

Some easy c++ hello world code

helloWorld.cpp
#include <iostream>
using namespace std;
 
int main() {
    cout << "Hello, World!";
    return 0;
}
This is a simple hello world program in c++