Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode2018

Test AoC 2018

This is the first year I did Advent of Code. I used Go for this challenge, as I was learning Go at the time.

Instructions

To compile and run:

go run 03/03.go

# pass in input file directly

go run 03/03.go < 03/input

Alternatively, the programs can be compiled then run directly:

go build -o 03/03 03/03.go

Then once it's compiled, can simply run using:

./03/03

# pass in input file directly

./03/03 < 03/input

NOTE: Days 1 and 2 are each split into 2 sub-modules, ending in either -1 or -2 (for parts 1 and 2 respectively)

Progress

Day Part 1 Part 2
1
2
3
4
5
6
7
8
9
10
11 ✅*
12
13
14
15
16
17
18
19
20
21
22
23
24
25

* Day 11 part 2 is incredibly slow at the moment. Will need to see if it can be optimized later.

About

Advent of Code 2018 solutions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages