Skip to content

Instantly share code, notes, and snippets.

@lpvm
Created December 16, 2018 17:23
Show Gist options
  • Save lpvm/6f68c7d721a3ec37bfd1b7007a06173c to your computer and use it in GitHub Desktop.
Save lpvm/6f68c7d721a3ec37bfd1b7007a06173c to your computer and use it in GitHub Desktop.

Revisions

  1. lpvm created this gist Dec 16, 2018.
    7 changes: 7 additions & 0 deletions input.test07
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Step C must be finished before step A can begin.
    Step C must be finished before step F can begin.
    Step A must be finished before step B can begin.
    Step A must be finished before step D can begin.
    Step B must be finished before step E can begin.
    Step D must be finished before step E can begin.
    Step F must be finished before step E can begin.