this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1module Main where 2 3import Lib 4 5main :: IO () 6main = 7 -- let answer1 = judgeMatchCount 703 516 40000000 8 -- in print answer1 9 let answer2 = judgeMatchCount 703 516 5000000 10 in print answer2