You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to each day folder and run `go run main.go`
4
+
My Advent of Code solutions in Go and Python. Each day's solution is organized under `src/<year>/day<N>/` with separate directories for each language. To run a solution, navigate to the appropriate directory and run `go run main.go` or `python main.py`.
0 commit comments