Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/definev/aoc
- Owner: definev
- Created: 2022-12-01T15:50:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T06:41:33.000Z (about 1 month ago)
- Last Synced: 2025-01-18T08:35:20.608Z (9 days ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, dart, golang
- Language: Go
- Homepage:
- Size: 282 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```