Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created May 13, 2013 17:15
Show Gist options
  • Save DavidQL/5569874 to your computer and use it in GitHub Desktop.
Save DavidQL/5569874 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main()
{
int one = 1;
int two = 2;
cout << one + two << "\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment