Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/definev/aoc

Advent of code solution
https://github.com/definev/aoc

advent-of-code advent-of-code-2022 aoc dart golang

Last synced: 6 days ago
JSON representation

Advent of code solution

Awesome Lists containing this project

README

        

# Advent of code

Advent of code solution in dart and golang by me

## Folder structure

```
-- dart # Solution in dart
|--- day01.dart
|--- ...
|--- dayxx.dart
-- go # Solution in go
|--- day01/main.go
|--- ...
|--- dayxx/main.go
-- input # Input file
|--- ...
|--- dayxx.txt
-- sample # Sample file
|--- ...
|--- dayxx.txt
```