Files

7 lines
99 B
C

#include <stdlib.h>
int main(int argc, char** argv) {
system("./helloworld");
return 0;
}