notas-tsfc/set.hs

3 lines
68 B
Haskell
Executable File

import Data.Set as Set
let mySet = Set.fromList[1, 2, 3, 4, 5, 6]