Skip to content

Golang implementations of solutions for Advent of Code 2023

Notifications You must be signed in to change notification settings

ubermensch/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

Ruby & JS have been my daily languages for over a decade. Time to learn something new!

To help me learn Golang and become more proficient in it, here's some Advent of Code solutions in the gopher language.

Goal

  1. Get a working solution to each problem

  2. Iterate on the solution, improving it's runtime efficiency and make it more Go-like in its idioms and language feature usages.

  3. Write tests, in order to become comfortable with writing production-quality code in Golang.

About

Golang implementations of solutions for Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages