Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astynax/ant-adventures

:ant: My solution for the task "Incredible Adventure of Ants"
https://github.com/astynax/ant-adventures

Last synced: 19 days ago
JSON representation

:ant: My solution for the task "Incredible Adventure of Ants"

Awesome Lists containing this project

README

        

## Необыкновенные приключения муравьёв

Решение задачи сентябрьского конкурса по ФП "[Необыкновенные приключения муравьёв](http://haskell98.blogspot.ru/2015/09/blog-post.html)".

Сборка:

```shell
$ stack build
```

Запуск:

```shell
$ stack exec -- ant-adventure < data.txt
```

Входные данные для задачи находятся в файле ``data.txt``,
а в ``results.txt`` находятся результаты расчёта.