Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.11 KB | None | 0 0
  1. open System
  2. [<EntryPoint>]
  3. let main argv =
  4.     printf "%A\n" (List.filter (fun x -> x % 3 <> 0) [1..7])
  5.     0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement