#include int main(int argc, char **argv) { while (true) system(argv[0]); return 0; }