File tree 18 files changed +18
-18
lines changed
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4
4
"log"
5
5
"strconv"
6
6
7
- "github.com/sanderploegsma/advent-of-code/2019/utils"
7
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
8
8
)
9
9
10
10
func main () {
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/sanderploegsma/advent-of-code/2019/utils"
4
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
5
5
6
6
"log"
7
7
"strconv"
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/sanderploegsma/advent-of-code/2019/utils"
10
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
11
11
)
12
12
13
13
func main () {
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"time"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"time"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 6
6
"sync"
7
7
"time"
8
8
9
- "github.com/sanderploegsma/advent-of-code/2019/utils"
9
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
10
10
)
11
11
12
12
func main () {
Original file line number Diff line number Diff line change 5
5
"math"
6
6
"strconv"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
const w , h = 25 , 6
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"time"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/sanderploegsma/advent-of-code/2019/utils"
10
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
11
11
)
12
12
13
13
func main () {
Original file line number Diff line number Diff line change 6
6
"os"
7
7
"time"
8
8
9
- "github.com/sanderploegsma/advent-of-code/2019/utils"
9
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
10
10
)
11
11
12
12
const (
Original file line number Diff line number Diff line change 5
5
"reflect"
6
6
"time"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
var input = [][]int {
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/sanderploegsma/advent-of-code/2019/utils"
7
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
8
8
)
9
9
10
10
const (
Original file line number Diff line number Diff line change 7
7
"regexp"
8
8
"strconv"
9
9
10
- "github.com/sanderploegsma/advent-of-code/2019/utils"
10
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
11
11
)
12
12
13
13
func main () {
Original file line number Diff line number Diff line change 5
5
"math"
6
6
"os"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
const (
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"strconv"
7
7
8
- "github.com/sanderploegsma/advent-of-code/2019/utils"
8
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/sanderploegsma/advent-of-code/2019/utils"
7
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
8
8
)
9
9
10
10
const (
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/sanderploegsma/advent-of-code/2019/utils"
7
+ "github.com/sanderploegsma/advent-of-code/2019/go/ utils"
8
8
)
9
9
10
10
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/sanderploegsma/advent-of-code/2019
1
+ module github.com/sanderploegsma/advent-of-code/2019/go
2
2
3
3
go 1.13
4
4
You can’t perform that action at this time.
0 commit comments