Skip to content

Instantly share code, notes, and snippets.

@hydai
Last active February 28, 2016 09:26
Show Gist options
  • Save hydai/d215542499de40ea33f9 to your computer and use it in GitHub Desktop.
Save hydai/d215542499de40ea33f9 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
int a, b;
// 你的程式碼會被放在這裡喔!
std::cout << a << " " << b << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment