Skip to content

a-c-ting/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code

This repo contains solutions to AoC programming problems/puzzles using Go (golang). My goal is to mainly familiarize with Go. For simplicity and organization purposes, most of the codes per problem are in a single file. Only exception is the intcode processor.

Steps to run:

  1. Save the AoC puzzle input as DayXXPartY.txt files and place them in the same folder as the .go files.
    1. So far all puzzles I've done only use one input, so they remain as DayXXPart1.txt even in Part 2.
  2. Go to the year folder. e.g. 2019 for 2019 problems
  3. execute 'go run DayXXPartY.go'

Check out Advent of Code if you also wanna do these problems!

https://adventofcode.com/

About

Solutions to AoC problems using Go (golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages