aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cat/test.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-04-22 08:55:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-04-22 08:55:35 -0700
commit5d3642b8ef920316693031d2ea34b9def0b1abc5 (patch)
tree8100890ed5b2e4ecdbde09615e0820346ccc3f41 /sys/cmd/cat/test.c
parente30f8b22069bec1a3fb68f089a9a7198671eb09a (diff)
chore: rm unfinished projects
Diffstat (limited to 'sys/cmd/cat/test.c')
-rw-r--r--sys/cmd/cat/test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/cmd/cat/test.c b/sys/cmd/cat/test.c
deleted file mode 100644
index c1b850e..0000000
--- a/sys/cmd/cat/test.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <u.h>
-#include <libn.h>
-
-error
-main()
-{
- return 0;
-}