Skip to content

Commit 4352803

Browse files
authored
Add files via upload
1 parent 51a1d06 commit 4352803

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ls.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include<iostream>
2+
#include<unistd.h>
3+
#include<string.h>
4+
#include<sys/wait.h>
5+
#include <ctime>
6+
#include <cstdlib>
7+
using namespace std;

0 commit comments

Comments
 (0)