mod lib; use greedy_example::find_outlier_and_sort; fn main(){ let funk = vec![1,2,3,6,4,5,7,8]; find_outlier_and_sort(funk); }