Skip to content

Commit 1a44d26

Browse files
committed
Lv4_리틀프렌즈사천성
1 parent e9c4927 commit 1a44d26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Programmers/Lv4/Lv4_리틀프렌즈사천성.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,3 @@ string solution140(int m, int n, vector<string> board) {
100100

101101
return answer;
102102
}
103-
104-
int main() {
105-
cout << solution141(4, 5, { "ZZC..", "BBEA.", ".DEAD","..C.." });
106-
return 0;
107-
}

0 commit comments

Comments
 (0)