Skip to content

RomanPreuss/adventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventOfCode

🎄 My solutions for Advent of Code in GoLang to learn the langauge 🎄

Summary

  • Make sure you have golang installed https://golang.org/dl/
  • Execute:
    • If existing navigate to the corresponding year and then cmd/dayXX where you replace XX with the corresponding day and run solution using go run .
    • Starting from 2023 Navigate into year folder and run go test ./day01 -run ^TestMain$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages