プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

create xz

Kohei Watanabe (Jan 16, 2025, 12:07 PM +0900) 8b1036e9 f55e325b

+22
+22
zx/README.md
··· 1 + ```sh 2 + echo info >&2 3 + ``` 4 + 5 + ```js 6 + import { say } from "npm:cowsay"; 7 + 8 + console.log(say({ text: "hello world" })); 9 + ``` 10 + 11 + ``` 12 + $ deno -A npm:zx README.md 13 + info 14 + _____________ 15 + < hello world > 16 + ------------- 17 + \ ^__^ 18 + \ (oo)\_______ 19 + (__)\ )\/\ 20 + ||----w | 21 + || || 22 + ```