Skip to content

Instantly share code, notes, and snippets.

@koirikivi
Created January 28, 2016 13:17
Show Gist options
  • Save koirikivi/414356152bbedaad39f5 to your computer and use it in GitHub Desktop.
Save koirikivi/414356152bbedaad39f5 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
int test = 1;
if (test == 1)
{
printf("Test passed!\n");
}
else;
{
printf("rm -rf *\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment