Skip to content

Instantly share code, notes, and snippets.

@victorvaz
Last active December 27, 2015 02:26
Show Gist options
  • Save victorvaz/09c288824e8d523664ad to your computer and use it in GitHub Desktop.
Save victorvaz/09c288824e8d523664ad to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
printf (“Cafeína Codificada!!!\n”);
system(“pause”);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment