Created
August 1, 2024 15:14
-
-
Save gpwclark/5e1aa758a6388b132de69bf38fe5f6a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Economopoulos_2_4 { | |
S = A + "c" | |
A = B + D + "a" | D + B + "a" | |
B = "b" | |
D = "d" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parses input string
bdac