Add Haskell Seed Script #23
Labels
Hacktoberfest
Good issue for Hacktoberfest
help wanted
Extra attention is needed
new language
Add a sample script in a new language
Add a Haskell "seed" script to the seeds folder. Basically, this would be an executable Haskell file (with
#!/usr/bin/env stack
that parses some simple command-line arguments (like -h or -t, see other scripts as examples) and prints a sentence or two to the command line. It's intended to demonstrate how to parse command line arguments and print something to the console in Haskell.This might help: https://haskell-lang.org/get-started
See CONTRIBUTING.md, and feel free to ask for help or clarification here.
As a rough example, see #26.
The text was updated successfully, but these errors were encountered: