Skip to content

Baspar/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„β­πŸŒŸ Advent of Code 2023 πŸŒŸβ­πŸŽ„



Go

Architecture

For Day1, you can edit the following file:

  • day1/input.txt (Containing the dataset)
  • day1/main.go (Containing the code)
  • day1/main_test.go (Containing the test set)

Commands

For Day1, you can cd into day1/ and then use the following commands:

  • go run . to run the code against the dataset
  • echo "my-data-set" | go run . to run the code against data provided on stdin
  • go test . to run the test set

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages