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