Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Created January 18, 2018 06:21
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 esmarr58/4455347168226c89bc29e6ff99430afc to your computer and use it in GitHub Desktop.
Save esmarr58/4455347168226c89bc29e6ff99430afc to your computer and use it in GitHub Desktop.
/**
* Hola mundo en C++
*
* Tutorial: https://hetpro-store.com/TUTORIALES/compilar-cpp-g-linux-en-terminal-leccion-1/
Autor: Dr. Rubén E-Marmolejo.
Primera versión: Miercoles 17 de Enero 2018
Guadalajara, Jalisco, México
Curso básico de G++ en Linux con línea de comandos
*/
#include"biblioteca1.h"
int suma(int a, int b){
return a+b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment