https://github.com/arcbjorn/advent_of_code
Advent of code solutions
https://github.com/arcbjorn/advent_of_code
advent-of-code-2022 deno golang typescript
Last synced: 2 months ago
JSON representation
Advent of code solutions
- Host: GitHub
- URL: https://github.com/arcbjorn/advent_of_code
- Owner: arcbjorn
- Created: 2022-12-03T15:48:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T01:08:26.000Z (over 3 years ago)
- Last Synced: 2025-03-14T16:44:20.244Z (over 1 year ago)
- Topics: advent-of-code-2022, deno, golang, typescript
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advent of code solutions
### Golang
Exec program:
```sh
# go run ./golang//main.go -- ./input_data/
go run ./golang/day_1_calorie_counting/main.go -- ./input_data/day_1.dat
```
In-depth descriptions are available: https://blog.arcbjorn.com