Files
eulerfunt/haskell/README.org
Amneesh Singh fcce234a10 initial commit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-10-26 11:51:44 +05:30

9 lines
252 B
Org Mode

* Compile
Just run =ghc p<x>.hs= where <x> is the problem number
* Run
Just run =runhaskell p<x>.hs= where <x> is the problem number
* Environment
If you use nix just run =nix develop= or =nix develop .#withLsp= if you want haskell-language-server.