mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Update README
This commit is contained in:
parent
676dbce62b
commit
25ecb737ec
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ pub fn main() {
|
|||
// Returns Bool: False
|
||||
|
||||
// Generate all k = 1 combinations of [1, 2]
|
||||
[1, 2]
|
||||
|> combinatorics.list_combination(1)
|
||||
combinatorics.list_combination([1, 2], 1)
|
||||
// Returns: List: Ok([[1], [2]])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue