Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save plonk/6077765 to your computer and use it in GitHub Desktop.
後方照応
static class Program
{
static void Main()
{
System.Console.WriteLine(someConst);
}
const int someConst = 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment