mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 20:53:30 +02:00
2020 folder setup
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
Reference in New Issue
Block a user