1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

create xz

This commit is contained in:
Nebel 2025-01-16 12:07:20 +09:00
parent f55e325b40
commit 8b1036e9fb
Signed by: nebel
GPG key ID: 79807D08C6EF6460

22
zx/README.md Normal file
View file

@ -0,0 +1,22 @@
```sh
echo info >&2
```
```js
import { say } from "npm:cowsay";
console.log(say({ text: "hello world" }));
```
```
$ deno -A npm:zx README.md
info
_____________
< hello world >
-------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```