Skip to content

Commit

Permalink
Day_25(2023): example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheinxy committed Dec 25, 2023
1 parent f25ea3b commit 9c99158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/Day_25/Day_25.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ partOne input = do

_ <- createProcess (proc "xdg-open" [filename])

putStrLn "Select edges to remove:"
putStrLn "Select edges to remove (e.g: (\"bvb\", \"cmg\"), (\"nvd\", \"jqt\"), (\"hfx\", \"pzl\")):"
edgesS <- getLine
let edges = read $ "[" ++ edgesS ++ "]" :: [(String, String)]
let graph = foldl' removeEdge input edges
Expand Down

0 comments on commit 9c99158

Please sign in to comment.