Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/hola.c Secret

Created February 26, 2019 23:25
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/0e6df968124a71779528bb340e387e5e to your computer and use it in GitHub Desktop.
Save parzibyte/0e6df968124a71779528bb340e387e5e to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(){
printf("Programando en C desde parzibyte.me");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment