Initial commit.

This commit is contained in:
2025-08-13 12:17:25 -04:00
commit 581771d93a
11 changed files with 878 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module smariot.com/complexity
go 1.24.4
require golang.org/x/text v0.28.0