remove extra function
This commit is contained in:
parent
3f7f533592
commit
e165726833
@ -4,16 +4,10 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
func mustAtoi(line string) int {
|
|
||||||
i, _ := strconv.Atoi(line)
|
|
||||||
return i
|
|
||||||
}
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
partOne()
|
partOne()
|
||||||
|
Loading…
Reference in New Issue
Block a user