Skip to content

Commit

Permalink
Added Haskell executor (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini authored Jan 19, 2025
2 parents e096a7b + 7781441 commit 22c4e28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions executors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ go:
commands:
- ["go", "run", "$pwd/snippet.go"]
hidden_line_prefix: "/// "
haskell:
filename: snippet.hs
commands:
- ["runhaskell", "-w", "$pwd/snippet.hs"]
java:
filename: Snippet.java
commands:
Expand Down

0 comments on commit 22c4e28

Please sign in to comment.