Created
February 28, 2026 16:32
-
-
Save AlanHohn/ec0b66ca95956a3e54301d290f9d89f5 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
| mpg = { | |
| '4': { | |
| 'C': 28, | |
| 'H': 35, | |
| 'O': 20 | |
| }, | |
| '6': { | |
| 'C': 22, | |
| 'H': 28, | |
| 'O': 15 | |
| }, | |
| '8': { | |
| 'C': 18, | |
| 'H': 22, | |
| 'O': 12 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment