Skip to content

Instantly share code, notes, and snippets.

@sampattuzzi
Created October 27, 2016 12:02
Show Gist options
  • Save sampattuzzi/7d8260f8de320044382fe7a202f2406c to your computer and use it in GitHub Desktop.
Save sampattuzzi/7d8260f8de320044382fe7a202f2406c to your computer and use it in GitHub Desktop.
// ConsoleApplication1.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