highload-cup-1

Version, currently master branch1 version
  • master branchlatestAug 28, 2017

github.com/akzhan/highload-cup-1

[Первый раунд Highload Cup 2017](https://highloadcup.ru/round/1/)

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  highload-cup-1:
    github: akzhan/highload-cup-1
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Akzhan Abdulin
Targets
  • cup1 from src/cup1.cr
  • heater from src/heater.cr

Dependencies

This version declares no dependencies.

README

HighLoad Cup 2017, round 1

Crystal implementation.

See also HighLoad Cup.

Build

docker build . -t cup1

Run

docker run -p 8080:80 -t cup1

Now available at localhost:8080

Stop

docker stop $(docker ps -a -q --filter ancestor=cup1)

See also