diff options
Diffstat (limited to 'userspace/sysc.c')
| -rw-r--r-- | userspace/sysc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userspace/sysc.c b/userspace/sysc.c new file mode 100644 index 0000000..f5a6719 --- /dev/null +++ b/userspace/sysc.c @@ -0,0 +1,4 @@ +int main() +{ + write(1,"dupa\n",5); +} |
