Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Angelov, Georgi
cryptic-solver-haskell
Commits
7d4e2286
Commit
7d4e2286
authored
Oct 13, 2021
by
gga19
Browse files
Server now returns an answer to a clue
parent
b4dde5f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Server.hs
View file @
7d4e2286
import
Happstack.Server
import
Solver
myConf
=
Conf
{
port
=
5001
...
...
@@ -8,4 +9,7 @@ myConf = Conf
,
threadGroup
=
threadGroup
nullConf
}
main
=
simpleHTTP
myConf
$
return
"hello, world!"
clue
=
(
"Peeling paint, profit slack, upset, in a state"
,
10
)
main
=
simpleHTTP
myConf
$
return
(
show
(
solveReturn
clue
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment