Files
codingame/code_royal/spago.dhall
weiss 3e8a95a6b1 - wood 1
- avoid
- build archers and knights
2020-04-10 05:24:09 +02:00

10 lines
255 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "code_royal"
, dependencies = [ "arrays", "console", "effect", "integers", "math", "random" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}