diff --git a/20231201/trebuchet.go b/20231201/trebuchet.go index f57a603..f3b5df3 100644 --- a/20231201/trebuchet.go +++ b/20231201/trebuchet.go @@ -13,6 +13,7 @@ var numbers = []string { "six", "seven", "eight", "nine", } +// Panic if err func check(e error) { if e != nil { panic(e)