Advertisement
Guest User

Untitled

a guest
Apr 28th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.21 KB | None | 0 0
  1. let testLab2() =
  2.   let numberOfTests = 10
  3.   for _ in 1..numberOfTests do
  4.     let json = generate()
  5.     if lab2 json then
  6.       printf "yes\n"
  7.     else
  8.       printf "no\n"
  9.     printf "%s\n" (stringify json)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement