Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 23:35
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/bf0bbcd8179bae1a20d3a0e1caff4d75 to your computer and use it in GitHub Desktop.
Save parzibyte/bf0bbcd8179bae1a20d3a0e1caff4d75 to your computer and use it in GitHub Desktop.
void saludo(char *nombre){
printf("Hola %s\n", nombre);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment