hw4 test
This commit is contained in:
9
code/test/mp4_consoleIO_4.c
Normal file
9
code/test/mp4_consoleIO_4.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "syscall.h"
|
||||
int main()
|
||||
{
|
||||
int n;
|
||||
for (n = 0; n < 11; n++) {
|
||||
PrintInt(4);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user