7 lines
107 B
C
7 lines
107 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char ** argv) {
|
|
system("echo test of system");
|
|
return 0;
|
|
}
|