Skip to content

Commit

Permalink
config: Add blurb (#690)
Browse files Browse the repository at this point in the history
As part of #686 (v2 prep)
  • Loading branch information
jackhughesweb authored and petertseng committed Jun 21, 2018
1 parent b794938 commit 12dba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"language": "Haskell",
"active": true,
"blurb": "",
"blurb": "Haskell is a functional programming language which is pure and statically-typed. It's known for lazy evaluation, where evaluation is deferred until necessary, and its purity, where monads are used for working with side-effects.",
"ignore_pattern": "example",
"solution_pattern": "example.*[.]hs",
"exercises": [
Expand Down

0 comments on commit 12dba5d

Please sign in to comment.