Hello World

Suman Barik
0

#include <iostream>


int main() {

  

  std::cout << "Hello World!\n";


}

Post a Comment

0Comments
Post a Comment (0)