Skip to content

anthu/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

Using the puzzles to practice some languages.

See run instructions per language below

JavaScript (node.js)

# Day 01
node 01.js

# Day 02
node 02.js

# and so forth

Go

Some utility functions have been extracted to util.go. The simples way to run it, is as following:

# Day 01
go run util.go 01.go

# Day 02
go run util.go 02.go

# and so forth

About

Solutions in JavaScript (node.js); Go

Topics

Resources

Stars

Watchers

Forks