hello world

Code Example - hello world

                
                        #include <iostream>
int main(){
cout << "Hello World!";
return 0;
}