Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 3, 2019 15:52
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 parzibyte/b3244baab72bd8182cafc6d446684bff to your computer and use it in GitHub Desktop.
Save parzibyte/b3244baab72bd8182cafc6d446684bff to your computer and use it in GitHub Desktop.
void funcionUno(){
const int edad = 18;
}
void otraFuncion(){
const int edad = 50;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment