From ac80f0ef348db426029a70745bb7a15ead38e028 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 17 Mar 2019 22:15:59 +0100 Subject: FreeDom free domain checker --- 00_blog/00040_Haskell/00015_Code-Snippets/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '00_blog/00040_Haskell/00015_Code-Snippets') diff --git a/00_blog/00040_Haskell/00015_Code-Snippets/index.md b/00_blog/00040_Haskell/00015_Code-Snippets/index.md index 73c13e4..12356fc 100644 --- a/00_blog/00040_Haskell/00015_Code-Snippets/index.md +++ b/00_blog/00040_Haskell/00015_Code-Snippets/index.md @@ -8,3 +8,17 @@ The source code below was auto-fetched from: https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=blob_plain;f=snip/snip.hs {END:EMBED} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +## Shebang + +You can also use haskell in conjunction with a shebang line as illustrated +below: + +The source code below was auto-fetched from: + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.haskell .numberLines} +{BEGIN:EMBED} +https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=blob_plain;f=snip/shebang.hs +{END:EMBED} +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3