Skip to content

Instantly share code, notes, and snippets.

@AndrewMilburn
Created February 26, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewMilburn/a689234137b8e217ac6a03137512a533 to your computer and use it in GitHub Desktop.
Save AndrewMilburn/a689234137b8e217ac6a03137512a533 to your computer and use it in GitHub Desktop.
// HelloWorld.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment