Data update

This commit is contained in:
Ingy döt Net 2025-02-27 18:35:13 -05:00
parent 8e4e15fa56
commit 72eb4943cb
1853 changed files with 35514 additions and 9441 deletions

View file

@ -1,9 +1,7 @@
import math.big
fn min(a big.Integer, b big.Integer) big.Integer {
if a < b {
return a
}
if a < b {return a}
return b
}

View file

@ -63,7 +63,7 @@ fn (lr LogRep) str() string {
}
struct HammingsLog {
mut:
mut:
// automatically initialized with LogRep = one (defult)...
s2 []LogRep = []LogRep { len: 1024, cap: 1024 }
s3 []LogRep = []LogRep { len: 1024, cap: 1024 }