Skip to content

Instantly share code, notes, and snippets.

@iojoaomarcos
Created October 20, 2017 12:35
Show Gist options
  • Save iojoaomarcos/d55e2f15c8c0fd3b0e1f8bc150ddbf03 to your computer and use it in GitHub Desktop.
Save iojoaomarcos/d55e2f15c8c0fd3b0e1f8bc150ddbf03 to your computer and use it in GitHub Desktop.
sE nAO FoR pARA buGAR nAO tEm gRAçA
/*
sE nAO FoR pARA buGAR nAO tEm gRAçA
Made with anger by Rogerfield & DuDark
v. 1.0
*/
#include <stdio.h>
int main() {
int i, j=0;
do{
j = rand() % 100;
switch(j){
case 0:
system("color 0F");
break;
case 1:
system("color 1C");
break;
case 2:
system("color 4E");
break;
case 3:
system("color 7A");
break;
case 4:
system("color 6B");
break;
case 5:
system("color 3A");
break;
case 6:
system("color 5C");
break;
default:
printf(" Nao tem como dar errado :v");
break;
}
printf("\t Deu Ruim");
printf("\t\t Deu Ruim");
printf("\t\t\t Deu Ruim");
printf("\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t\t\t\t Deu Ruim");
printf("\t\t\t\t\t\t\t\t\t\t\t Deu Ruim");
}while(i<10000000000000000000000000000000000000);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment