-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.c
29 lines (25 loc) · 912 Bytes
/
test.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "types.h"
#include "stat.h"
#include "user.h"
int main()
{
printf(1, "I understand Operating System.\n");
printf(1, "I understand Operating System.\n");
printf(1, "I understand Operating System.\n");
printf(1, "I love to work on OS.\n");
printf(1, "i love to work on OS.\n");
printf(1, "I understand Operating System.\n");
printf(1, "I understand Operating System.\n");
printf(1, "Thanks xv6.\n");
printf(1, "I love to work on OS.\n");
printf(1, "I understand Operating System.\n");
printf(1, "i understand Operating System.\n");
printf(1, "I understand Operating System.\n");
printf(1, "I love to work on OS.\n");
printf(1, "I love to work on OS.\n");
printf(1, "I understand Operating System.\n");
printf(1, "I understand Operating System.\n");
printf(1, "Thanks xv6.\n");
printf(1, "I love to work on OS.\n");
exit();
}