diff options
Diffstat (limited to 'userspace/simple.c')
| -rw-r--r-- | userspace/simple.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/userspace/simple.c b/userspace/simple.c index 59bd4f1..e3bca65 100644 --- a/userspace/simple.c +++ b/userspace/simple.c @@ -4,10 +4,11 @@ int main(int argc, char **argv) { int i; - for(i=0;i<10;i++) + for(i=0;i<5;i++) { - write(1,"dupa\n",5); + puts("dupa"); + } // replace with foolshell after finishing! |
