Last active
December 24, 2015 11:39
-
-
Save szmeku/6792805 to your computer and use it in GitHub Desktop.
animals & river
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A,B,b,C mogą wozić | |
AaBbCc || ______ | |
1. (a,b) -> A_B_Cc || _a_b___ | |
2. (b) <- A_BbCc || _a____ | |
3. (b,c) -> A_BbC_ || _a_b_c | |
4. (b) <- A_BbC_ || _a___c | |
5. (A,C) -> __Bb__ || Aa__Cc | |
6. (C,c) <- __BbCc || Aa____ | |
7. (B,b) -> ____Cc || AaBb__ | |
8. (A,a) <- Aa__Cc || __Bb__ | |
9. (A,C) -> _a___c || A_BbC_ | |
10.(b) <- _a_b_c || A_B_C_ | |
11.(a,b) -> _____c || AaBbC_ | |
12.(b) <- ___b_c || A_B_C_ | |
13.(b,c) -> ______ || AaBbCc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment