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 = let disk = diskFromKey "vbqugkhl" 7 -- onBits = countOnBits disk 8 regions = countRegions disk 9 in print regions