Hello world

mohiuddinru

Md. Mohiuddin

Posted on June 7, 2022

Hello world

Hello

#include<stdio.h>
#include<cstdio>

using namespace std;

int main() {
   cout << "Hello world." <<endl;
}

Enter fullscreen mode Exit fullscreen mode
πŸ’– πŸ’ͺ πŸ™… 🚩
mohiuddinru
Md. Mohiuddin

Posted on June 7, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related