d2/docs/examples/japan-grid
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
..
japan.d2 Update japan.d2 2023-04-19 11:42:26 +09:00
japan.svg [ci-force] add japan example 2023-04-17 18:32:23 -07:00
japan.txt add examples output 2025-02-14 13:15:31 +07:00