Skip to content

Instantly share code, notes, and snippets.

@VenkataPavan2494
Created April 13, 2018 06:41
Show Gist options
  • Save VenkataPavan2494/0fdf6b9447a6b7deef798cce42d7c64f to your computer and use it in GitHub Desktop.
Save VenkataPavan2494/0fdf6b9447a6b7deef798cce42d7c64f to your computer and use it in GitHub Desktop.
Simple helloworld program on Gist
#include <iostream>
int main(int argc, char ** argc) {
std::cout << "Hello World!!" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment