Update README

This commit is contained in:
NicklasXYZ 2023-01-04 20:40:08 +01:00
parent d3b25d2800
commit c373c11aba

View file

@ -29,7 +29,7 @@ pub fn main() {
// Returns Tuple: Ok(#(3.0, 50.0))
// Find the list indices of the largest values
int_list.argmax([10.0, 3.0, 50.0, 20.0, 3.0])
int_list.argmax([10, 3, 50, 20, 3])
// Returns List: Ok([1, 4])
}