https://github.com/zawlinnnaing/advent-of-code-2023
My take on Advent of code 2023 in Golang
https://github.com/zawlinnnaing/advent-of-code-2023
advent-of-code-2023 advent-of-code-2023-golang golang
Last synced: 2 months ago
JSON representation
My take on Advent of code 2023 in Golang
- Host: GitHub
- URL: https://github.com/zawlinnnaing/advent-of-code-2023
- Owner: zawlinnnaing
- Created: 2023-12-05T08:39:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T16:50:35.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:31:09.710Z (4 months ago)
- Topics: advent-of-code-2023, advent-of-code-2023-golang, golang
- Language: Go
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code 2023](https://adventofcode.com/2023)
My take on Advent of code 2023 in Golang.
- Every folder corresponds to its respective day
- Running `main.go` file in every folder will print out **solution** with respective `inputs`.