Skip to content

Instantly share code, notes, and snippets.

@unaimillan
Created March 2, 2020 17:34
Show Gist options
  • Save unaimillan/3294fd8255e8bb1bf06e4056f8590408 to your computer and use it in GitHub Desktop.
Save unaimillan/3294fd8255e8bb1bf06e4056f8590408 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <string>
#include <vector>
using namespace std;
int main(int argc, char[] *argv)
{
cout << "Hello world!" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment