Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. //&>/dev/null;x="${0%.*}";[ ! "$x" -ot "$0" ]||(rm -f "$x";cc -o "$x" "$0")&&"$x" $*;exit
  2.  
  3. #include <stdio.h>
  4.  
  5. int main(int argc, char** argv) {
  6.     printf("OMG!\n");
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement