d2/docs/examples/twitter
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
..
in.d2 update example d2 file 2023-02-12 07:44:17 -08:00
out.png 2022-11-23 01:08:17PM 2022-11-23 13:08:17 -08:00
out.txt add examples output 2025-02-14 13:15:31 +07:00