Created
January 11, 2024 20:41
-
-
Save merriam/23a4ce77889436d09966423b3429f6d5 to your computer and use it in GitHub Desktop.
Rust two outputs, the input file
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
LR | |
11A = (11B, XXX) | |
11B = (XXX, 11Z) | |
11Z = (11B, XXX) | |
22A = (22B, XXX) | |
22B = (22C, 22C) | |
22C = (22Z, 22Z) | |
22Z = (22B, 22B) | |
XXX = (XXX, XXX) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment