#Include Void Main (Cout "Hello World/n" )

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

#include<stdio.

h>
void main()
{
cout<<"Hello world\n";
}

You might also like