mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
create xz
This commit is contained in:
parent
f55e325b40
commit
8b1036e9fb
1 changed files with 22 additions and 0 deletions
22
zx/README.md
Normal file
22
zx/README.md
Normal 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 |
|
||||||
|
|| ||
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue