Skip to content

Instantly share code, notes, and snippets.

@digitalist
Created February 10, 2018 22:19
Show Gist options
  • Save digitalist/b03e4b4d4ee805dfde45ffd5ac3db0f4 to your computer and use it in GitHub Desktop.
Save digitalist/b03e4b4d4ee805dfde45ffd5ac3db0f4 to your computer and use it in GitHub Desktop.
helloworld for rapid testing
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment