Skip to content

🎄My 'chocolate-free' Advent Calendar practicing Kotlin

License

Notifications You must be signed in to change notification settings

jforatier/advent-of-code-kotlin

Repository files navigation

🎄 Advent of Code - Kotlin

My 'chocolate-free' Advent Calendar for Kotlin

2023 Progress 2022 Progress 2021 Progress 2020 Progress

Build & Test Code Smells Reliability Rating Technical Debt Duplicated Lines (%) Maintainability Rating Lines of Code

🚀 Getting started

Git & Repo

  1. Clone the repo
  2. Create a new branch from empty to have a 'ready to start' kotlin with tests project
    • You can overwrite main branch on your side

👍 You have a fresh new branch to Start coding

IDE & Project

  1. Download IntelliJ IDEA Community Edition
  2. Open Project
  3. Sync gradle (if not auto)

👍 The project is ready to code

🧪 Run & Test

Run

.\gradlew test

or find Task in sidebar

👉 You can let GitHub Actions make the job by pushing your project on you personnal GitHub repository See workflows/main.yaml