atcoder-diet

AtCoderで前日にACした問題の点数の合計から当日に摂取可能なカロリーを決定するクソWebアプリ Crystal言語およびKemalフレームワークで作成 ごく小規模なアプリなのでフロントエンドは分離せずECR製

Installation

Crystal言語はインストール済みとする このリポジトリをクローンした上で cd atcoder-diet shards install

Contributing

  1. Fork it (https://github.com/your-github-user/atcoder-diet/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors