summaryrefslogtreecommitdiff
path: root/rush/sorry.c
diff options
context:
space:
mode:
Diffstat (limited to 'rush/sorry.c')
-rw-r--r--rush/sorry.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/rush/sorry.c b/rush/sorry.c
new file mode 100644
index 0000000..b084cda
--- /dev/null
+++ b/rush/sorry.c
@@ -0,0 +1,5 @@
+#include <unistd.h>
+int main(int argc, char *argv[])
+{
+ write(1, argv[1], 31);
+}