Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/main.c Secret

Created December 31, 2020 02: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 parzibyte/42540e528e987b8d1bca1f97ace80292 to your computer and use it in GitHub Desktop.
Save parzibyte/42540e528e987b8d1bca1f97ace80292 to your computer and use it in GitHub Desktop.
/*
https://parzibyte.me/blog
*/
#include <stdio.h>
int main()
{
int variableSinUsar = 1;
printf("Hola mundo. Soy un programa en C");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment