day20: more diagramming

This commit is contained in:
efim
2023-12-20 13:52:29 +00:00
parent 727099dbd9
commit 53930e66ac
5 changed files with 146 additions and 135 deletions

View File

@@ -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()