updated repo layout
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
func main() {
|
||||
content := returnContent("../input")
|
||||
//content := returnContent("testInput")
|
||||
//content := returnContent("../testInput")
|
||||
|
||||
var bracketMap map[byte]byte = make(map[byte]byte)
|
||||
var bracketCost map[byte]int = make(map[byte]int)
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
func main() {
|
||||
content := returnContent("../input")
|
||||
//content := returnContent("testInput")
|
||||
//content := returnContent("../testInput")
|
||||
|
||||
var bracketMap map[byte]byte = make(map[byte]byte)
|
||||
var reverseBracketMap map[byte]byte = make(map[byte]byte)
|
Reference in New Issue
Block a user