1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-05 08:04:30 +03:00
gamebookformat/expected/format.dot

10 lines
54 B
Plaintext

digraph gamebook {
1->5
1->2
1->3
4->3
5->4
5->3
}