We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3f76c commit 5b3912bCopy full SHA for 5b3912b
src/main/groovy/lv/id/jc/AppGroovy.groovy
@@ -31,9 +31,9 @@ class AppGroovy {
31
final var routeOne = shortest.findPath(graph, source, target)
32
final var routeTwo = fastest.findPath(graph, source, target)
33
final var message = """
34
- Find the path from %s to %s
35
- - the shortest take %.0f min and the path is %s
36
- - the fastest take %.0f min and the path is %s"""
+Find the path from %s to %s
+ - the shortest take %.0f min and the path is %s
+ - the fastest take %.0f min and the path is %s"""
37
.formatted(
38
source, target,
39
graph.getDistance(routeOne), routeOne,
0 commit comments