Skip to content

Commit 3b1bfcd

Browse files
Merge pull request #586 from AndrewTruett/patch-1
Change text file to Java file
2 parents 13f6b82 + c7887e6 commit 3b1bfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dijkstra Java Program.txt renamed to Dijkstra Java Program.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public static void main(String[] args){
5656
dijkstra(adjacencyMatrix);
5757
}
5858

59-
}
59+
}

0 commit comments

Comments
 (0)