An open API service indexing awesome lists of open source software.

https://github.com/lordmoma/adventofcode2023

Share Code Solutions for Advent of Code 2023
https://github.com/lordmoma/adventofcode2023

advent-of-code advent-of-code-2023 algorithms coding-challenge data-structures go golang programming

Last synced: 4 days ago
JSON representation

Share Code Solutions for Advent of Code 2023

Awesome Lists containing this project

README

          

# Advent Of Code 2023

For Go versions: go to each folder and use below bash script to generate the answer for each day.

```bash
go run main.go
```