Add obiminion first version

Former-commit-id: aa5ace7bd4d2266333715fca7094d1c3cbbb5e6d
This commit is contained in:
Eric Coissac
2024-05-14 08:16:12 +02:00
parent 9e63013bc2
commit 017030bcce
24 changed files with 1599 additions and 469 deletions

View File

@ -38,13 +38,7 @@ import (
// return float64(m)
// }
// func minIntVector(values []int) float64 {
// m := values[0]
// for _, v := range values {
// if v < m {
// m = v
// }
// }
// return float64(m)
// }