Skip to content

Instantly share code, notes, and snippets.

@Porges
Created February 24, 2022 19:46
Show Gist options
  • Save Porges/1a4b5dcd717d24eda8362d1a76e281ec to your computer and use it in GitHub Desktop.
Save Porges/1a4b5dcd717d24eda8362d1a76e281ec to your computer and use it in GitHub Desktop.
const TESTS: &[(&str, &str)] = &[
(
"
1AA2
1AA2
4335
4675
8 9
",
"
AA
AA
",
),
(
"
MAAN
MAAN
OWWP
ObcP
a d
",
"
MN
OMNP
OWWP
aAAb
cAAd
",
),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment