7 lines
68 B
C
7 lines
68 B
C
#include <stdlib.h>
|
|
|
|
int main()
|
|
{
|
|
system("ls");
|
|
return 0;
|
|
}
|