lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

1-model-k.dot (54B)


      1 digraph g {
      2 rankdir=LR
      3 1 -> 2
      4 2 -> 3
      5 3 -> 1
      6 1 -> 4
      7 }
      8