o
odinpkg.dev
packages / app / string-compare

string-compare

db380f0app

Just a simple app in Odin that determines whether strings are equal

No license · updated 5 months ago

String Compare

Compares two strings to each other, failing at the first rune difference.

Testing

Use the included test shell script via sh test.sh to run tests. Alternatively, use odin test tests/ if you prefer.