7 lines
89 B
C
7 lines
89 B
C
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
system("echo test of system");
|
|
return 0;
|
|
}
|