DEV Community

Md. Mohiuddin
Md. Mohiuddin

Posted on

Hello world

Hello

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

using namespace std;

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

Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Hello and welcome!

Collapse
 
vulcanwm profile image
Medea

welcome!