Skip to content

Instantly share code, notes, and snippets.

@cceckman
Last active November 5, 2017 19:10
Show Gist options
  • Save cceckman/b69a9363efc31c1068499202767c2402 to your computer and use it in GitHub Desktop.
Save cceckman/b69a9363efc31c1068499202767c2402 to your computer and use it in GitHub Desktop.
digraph G {
start -> v [label="Ctrl+X"] ;
start -> PRINT [label="Z"];
v -> QUIT [label="Ctrl+C"];
v -> start [label="ε"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment