Advent of code solution in dart and golang by me
-- 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