Initial commit

This commit is contained in:
r4
2021-06-24 00:59:14 +02:00
parent 7398caab3b
commit 56ab2ab7c6
3 changed files with 279 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# periodic-table-spell-checker
Gives you all the possible ways to spell a string using abbreviations from the periodic table.
Gives you all the possible ways to spell a string using abbreviations from the periodic table.
## Building/Usage
Literally like any other c program, no libraries needed. You'll figure it out.