day20: more diagramming
This commit is contained in:
@@ -11,15 +11,16 @@ func Run() int {
|
||||
// fmt.Println("hello from dya 20")
|
||||
|
||||
filename := "day20/input"
|
||||
// modules := ReadModules(filename)
|
||||
// InitStuffs(modules)
|
||||
modules := ReadModules(filename)
|
||||
InitStuffs(modules)
|
||||
// log.Print("got modules:\n", modules)
|
||||
|
||||
// var low, high int
|
||||
// low, high = Count10000ButtonPresses(modules)
|
||||
// log.Printf("got low %d and high %d\n", low, high)
|
||||
|
||||
CheckSubgraphsStuff(filename)
|
||||
// CheckSubgraphsStuff(filename)
|
||||
fmt.Print( AllMermaidFlowChard(modules) )
|
||||
|
||||
var result int
|
||||
// result = CalcCommonStep()
|
||||
|
||||
Reference in New Issue
Block a user