Hello world in C++

c++ Apr 19, 2020

This post explains how you write a 'Hello World' program in c++.

Before getting started, let's just appreciate how beautiful this picture is!

Make sure to follow me on Instagram for dope content @itsdenispavlovic 🔥🔥🔥

https://www.instagram.com/itsdenispavlovic
Photo by Denis Pavlovic / Unsplash

Let's get started with code.

#include <iostream>

int main() {
	std::cout<<"Hello world";
}
Hello world in C++.


That was it really!

Please, don't forget to subscribe.

Tags

test ghost

This is a test user just to check, how the bio works.