Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Carry = 1p -> choc -> Main
  2. | 2p -> choc -> Carry
  3. | 3p -> choc -> choc -> Main
  4. ;
  5.  
  6. Main = 1p -> Carry
  7. | 2p -> choc -> Main
  8. | 3p -> choc -> Carry
  9. ;
Add Comment
Please, Sign In to add comment