Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Last active December 16, 2015 04:39
Show Gist options
  • Select an option

  • Save Fhernd/5379040 to your computer and use it in GitHub Desktop.

Select an option

Save Fhernd/5379040 to your computer and use it in GitHub Desktop.
Función para ejempliciar la transparencia referencial
int x = 5;
int f(){
x++;
return x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment