diff options
| author | Matsuko Sano <msano@c1r17s9.42tokyo.jp> | 2022-08-22 17:30:07 +0900 |
|---|---|---|
| committer | Matsuko Sano <msano@c1r17s9.42tokyo.jp> | 2022-08-22 17:30:07 +0900 |
| commit | be31e6b7731a2f3142fbf29472ae1d71f82765fb (patch) | |
| tree | 53e48351cdefed0a60072e7a805e8736add02786 /rush/sorry.c | |
| parent | 43cbb3f685d5895bb1877f683060d7d2958d5966 (diff) | |
Diffstat (limited to 'rush/sorry.c')
| -rw-r--r-- | rush/sorry.c | 5 |
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); +} |
