Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created April 15, 2015 10:56
Show Gist options
  • Save Baekjoon/4d7b290f1606245887e9 to your computer and use it in GitHub Desktop.
Save Baekjoon/4d7b290f1606245887e9 to your computer and use it in GitHub Desktop.
a+b
#include <iostream>
using namespace std;
int main() {
int a;
int b;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment