Skip to content

Instantly share code, notes, and snippets.

@leostera
Created August 23, 2011 15:07
Show Gist options
  • Save leostera/1165372 to your computer and use it in GitHub Desktop.
Save leostera/1165372 to your computer and use it in GitHub Desktop.
Codigo de ejemplo.
#include <stdio.h>
int main ( int argc, char** argv )
{
int a = 0; //comentario de una linea
/*
comentario de 3 lineas
*/
printf("uy");
system("PAUSE");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment