d2/docs/examples/chess
Fahmi Akbar Wildana f63591194c
add examples output
```fish
for f in docs/**.d2
  set -l dir (dirname $f)
  set -l name (basename $f .d2)
  if [ $name = "in" ]
      set name out
  end
  if [ $name = "input" ]
      set name output
  end
  go run main.go $f $dir/$name.txt
end
```
2025-02-14 13:15:31 +07:00
..
dia.d2 docs: Add chess example 2022-12-06 02:03:58 -08:00
dia.svg add script to tests 2023-01-03 16:42:39 -08:00
dia.txt add examples output 2025-02-14 13:15:31 +07:00