Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 107 Bytes

File metadata and controls

5 lines (4 loc) · 107 Bytes

Haskell Basics

Compile & run: ghc filename.hs -o filename && ./filename

or simply: runghc filename.hs