d2/docs/examples/flipt
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
..
input.d2 add example 2023-04-14 13:23:31 -07:00
output.png add example 2023-04-14 13:23:31 -07:00
output.txt add examples output 2025-02-14 13:15:31 +07:00