summaryrefslogtreecommitdiff
path: root/userspace/sysc.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
committerMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
commit2a6690e9fd53a02613796764248006e06ac482d6 (patch)
treeea3063ef3ecd0808e9291faf6c56949d91b1b09e /userspace/sysc.c
parent5aeab1c853e487aa0042d5c32200d623efe908d3 (diff)
ported vim et al
Diffstat (limited to 'userspace/sysc.c')
-rw-r--r--userspace/sysc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/sysc.c b/userspace/sysc.c
deleted file mode 100644
index f5a6719..0000000
--- a/userspace/sysc.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main()
-{
- write(1,"dupa\n",5);
-}