Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created May 11, 2018 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwotton/952663f6430295270755585d3cdb8340 to your computer and use it in GitHub Desktop.
Save mwotton/952663f6430295270755585d3cdb8340 to your computer and use it in GitHub Desktop.
set ➜ ~ stack ghc test5.hs
[1 of 1] Compiling Main ( test5.hs, test5.o )
Linking test5 ...
set ➜ ~ ./test5 &
[1] 23688
awaiting signal
set ➜ ~ kill 23688
[1] + 23688 terminated ./test5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment