Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunsathiya/adventofcode
Advent Of Code 2023
https://github.com/arunsathiya/adventofcode
Last synced: 2 months ago
JSON representation
Advent Of Code 2023
- Host: GitHub
- URL: https://github.com/arunsathiya/adventofcode
- Owner: arunsathiya
- Created: 2023-12-07T01:24:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T16:30:53.000Z (5 months ago)
- Last Synced: 2024-08-24T02:43:20.090Z (5 months ago)
- Language: Go
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Go Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml)
[![Python Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml)# Advent Of Code
My Advent Of Code solutions in golang.
# How to run
Navigate to each day folder and run `go run main.go`