1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/zx/README.md
2025-01-28 10:59:17 +09:00

22 lines
319 B
Markdown

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