Skip to content

Commit 445ec73

Browse files
committed
Update Main
1 parent 3617986 commit 445ec73

File tree

2 files changed

+126
-2
lines changed

2 files changed

+126
-2
lines changed

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ private static void printRoute(final Graph<String> graph, final String source, f
3535
final var message = """
3636
3737
Find the path from %s to %s
38-
- the shortest take %.0f time and the path is %s
39-
- the fastest take %.0f time and the path is %s"""
38+
- the shortest take %.0f min and the path is %s
39+
- the fastest take %.0f min and the path is %s"""
4040
.formatted(
4141
source, target,
4242
graph.getDistance(routeOne), routeOne,

0 commit comments

Comments
 (0)