Skip to content

Commit b084990

Browse files
authored
[20250718] BOJ / G3 / 다리 만들기 / 이종환
1 parent 48e6c53 commit b084990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0224LJH/202507/18 BOJ 다리 만들기 .md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.io.IOException;
55
import java.io.InputStreamReader;
66
import java.util.*;
77

8-
public class Main {
8+
public class Main {
99
static int[][] arr;
1010
static boolean[][] visited;
1111
static int[] dy = {-1,0,1,0};

0 commit comments

Comments
 (0)