Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/astynax/ant-adventures
- Owner: astynax
- License: bsd-3-clause
- Created: 2015-09-04T09:51:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T06:24:45.000Z (over 9 years ago)
- Last Synced: 2023-08-03T03:55:14.234Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`` находятся результаты расчёта.