Files
UTEC-Lic_ME_2024_2025/UTC502/24-11-28/main.c
T
Guillaume-Sanchez ff4bb12d22 initial commit
2026-05-26 13:56:03 +02:00

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);
}