Add a call in the main

main
Eric John Jack Fistons de la Vega 2025-06-11 23:57:04 +02:00
parent f3645427b8
commit bc586a962f
Signed by: fistons
SSH Key Fingerprint: SHA256:qIWjXc6ikLirlS7hO0lQ6g9Ft9Dl2OJ/bZE7R3BA75c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fn find_peaks_and_valleys(values: &[isize]) -> Vec<usize> {
}
fn main() {
println!("Hello, world!");
println!("{:?}", find_peaks_and_valleys(&[1, 2, 3, 4, 1, 8]));
}
#[cfg(test)]