1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-07 09:08:01 +00:00
This commit is contained in:
Marcus Wyatt
2025-03-10 23:50:24 +07:00
committed by GitHub

View File

@@ -21,5 +21,7 @@ at the same time when you call
```ruby ```ruby
list = [3,7,4,15,9,1,2] list = [3,7,4,15,9,1,2]
list.minmax
#=> [1,15] #=> [1,15]
``` ```