10 lines
196 B
C
10 lines
196 B
C
#include <unistd.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char ** argv){
|
|
//printf(":%!xxd (-r)");
|
|
system("wine /etc/Looping/Looping.exe");
|
|
return(EXIT_SUCCESS);
|
|
}
|