Skip to content

Commit

Permalink
Renamed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
div-bargali authored Oct 26, 2020
1 parent bd2c3f1 commit 8a432bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ main :: IO ()
main = do
let intList = [1,4,7,10,25,30]
print $ bs intList 29 -- 29 -> -1 as not in list
print $ bs intList 7 -- 7 -> 2 as in list
print $ bs intList 7 -- 7 -> 2 as in list

0 comments on commit 8a432bb

Please sign in to comment.