Skip to content

FilipSolich/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions for Advent of Code written in Go.

State of solutions

Year 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
2024 ** ** ** ** ** ** ** ** ** ** ** * ** ** *
2023 ** ** ** ** ** ** ** *

Usage

Generate template for day and download input

task generate YEAR=2024 DAY=1
task aoc:input YEAR=2024 DAY=1

Run solution

This runs both parts with input.txt which is in same directory as main.go.

task run YEAR=2024 DAY=1

To pass flags to program append -- <flags>. Possible options:

-input string
      Input file. If empty read from stdin.
-part int
      Solution part. If empty run both parts.
-timeout duration
      Solution timeout. (default 1m0s)

About

Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages