initial commit - has sort tests

This commit is contained in:
askiiart 2024-12-17 23:01:46 -06:00
commit 674412b43b
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 93 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "gregory"
version = "0.1.0"
edition = "2021"
[dependencies]
alphanumeric-sort = "1.5.3"