Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created May 14, 2012 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioalthmann/2691702 to your computer and use it in GitHub Desktop.
Save marcioalthmann/2691702 to your computer and use it in GitHub Desktop.
const keyword
const double pi = 3.14;
// erro de compilação
pi = 3.15;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment