1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/zx/README.md

23 lines
323 B
Markdown
Raw Permalink Normal View History

2025-01-16 12:07:20 +09:00
```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 |
|| ||
```