Skip to content

My repository to solve puzzles on adventofcode.com - 2018

Notifications You must be signed in to change notification settings

IstvanOri/adventofcode-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VISIT AdventOfCode.com

adventofcode-2018

My repository to solve puzzles on adventofcode.com and to learn Kotlin

2018 Event

Getting started

After checkout run gradle run --args '[puzzle]'

Where [puzzle] can be:

  • Order of the puzzle. Example: gradle run --args '1'
  • Day of the puzzle. Example: gradle run --args 'Day1'
  • Title of the puzzle. Example: gradle run --args "'Chronal Calibration'"

Of course the input files are containing my personal input data generated for me by the almighty algorithms of adventofcode.com, so that the default results are useless for others. But that's not the point anyway.

Progress

  • Day 1 - Chronal Calibration
  • Day 2 - Inventory Management System
  • Day 3 - No Matter How You Slice It
  • Day 4 - Repose Record
  • Day 5 - Alchemical Reduction

About

My repository to solve puzzles on adventofcode.com - 2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages