2020 folder setup

This commit is contained in:
alexchao26
2020-11-29 16:05:41 -05:00
parent 045d73b069
commit f1e7900b8b
53 changed files with 1294 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
package main
import (
"testing"
"github.com/alexchao26/advent-of-code-go/util"
)
func TestPart1(t *testing.T) {
// Examples
// Run actual problem input
// part1(util.ReadFile("input.txt"))
}
func TestPart2(t *testing.T) {
// Examples
// Run actual problem input
// part2(util.ReadFile("input.txt"))
}