remove extra function

This commit is contained in:
David 2021-12-14 10:12:10 -05:00
parent 3f7f533592
commit e165726833
1 changed files with 0 additions and 6 deletions

View File

@ -4,16 +4,10 @@ import (
"bufio"
"fmt"
"os"
"strconv"
"strings"
"time"
)
func mustAtoi(line string) int {
i, _ := strconv.Atoi(line)
return i
}
func main() {
start := time.Now()
partOne()