Skip to content

Commit

Permalink
Let's start writing some example machines
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Aug 17, 2017
1 parent 724ac7d commit e7568de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/machines/traffic lights/simple light.edges
@@ -0,0 +1,2 @@
Off -> Red 'Proceed' => Green 'Proceed' => Yellow 'Proceed' => Red;
[Red Yellow Green] ~> Off;

0 comments on commit e7568de

Please sign in to comment.