Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 196 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 196 Bytes

strings

strings for zig

check out the test/test.zig file for examples

to run all the tests:

$ git clone https://github.com/clownpriest/strings
$ cd strings
$ zig test test/test.zig