Skip to content

dniHze/aoc-2021

Repository files navigation

🎄 🎅 ☃️ Advent of Code - 2021 ☃️ 🎅 🎄

Test & Run

Welcome to the Advent of Code1 Kotlin project created using the Advent of Code Kotlin Template delivered by JetBrains.

This year I'm solving in Kotlin programming language.

Running & testing

Running all day solutions from shell:

./gradlew run 

Testing also can be done by running test task for Gradle:

./gradlew test

Solutions

Task Solution
Day 1 day01/Task.kt
Day 2 day02/Task.kt
Day 3 day03/Task.kt
Day 4 day04/Task.kt
Day 5 day05/Task.kt
Day 6 day06/Task.kt
Day 7 day07/Task.kt

License

Copyright 2021 Artyom Dorosh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Footnotes

  1. Advent of Code – an annual event in December since 2015. Every year since then, with the first day of December, a programming puzzles contest is published every day for twenty-four days. A set of Christmas-oriented challenges provide any input you have to use to answer using the language of your choice.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages