9 lines
252 B
Org Mode
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.
|