Fixed typo in common
This commit is contained in:
parent
baf854ce39
commit
36608f4e15
|
@ -34,7 +34,7 @@ func New(year int, day int) adventOfCode {
|
||||||
|
|
||||||
func (aoc adventOfCode) Solution(f func(*bufio.Scanner) int) {
|
func (aoc adventOfCode) Solution(f func(*bufio.Scanner) int) {
|
||||||
if len(aoc.testCases) == 0 {
|
if len(aoc.testCases) == 0 {
|
||||||
fmt.("No testCases provided!\n")
|
fmt.Println("No testCases provided!")
|
||||||
}
|
}
|
||||||
|
|
||||||
failed := false
|
failed := false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user