Skip to content

Instantly share code, notes, and snippets.

@plonk
Created July 25, 2013 08:04
Show Gist options
  • Select an option

  • Save plonk/6077731 to your computer and use it in GitHub Desktop.

Select an option

Save plonk/6077731 to your computer and use it in GitHub Desktop.
「後方照応」
#include <iostream>
int main()
{
std::cout << someConst << std::endl;
}
const int someConst = 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment