Ready, get-set, and go!

This is to check if the syntax highlighting is working fine.

  #include <iostream>
  int main(int argc, char* argv[]){
    std::cout << "Hello There!"<< std::endl;
    return EXIT_SUCCESS;
  }
★ 1 min read · Rajesh Pandian M · cpp , coding