Skip to content

Commit c2a26e2

Browse files
committed
feat: add template
1 parent 2a3700a commit c2a26e2

File tree

1 file changed

+12
-0
lines changed
  • ambiguous_coordinates/src

1 file changed

+12
-0
lines changed

ambiguous_coordinates/src/lib.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*!
2+
* https://leetcode.com/explore/challenge/card/may-leetcoding-challenge-2021/599/week-2-may-8th-may-14th/3741/
3+
*/
4+
5+
pub struct Solution {}
6+
7+
impl Solution {
8+
pub fn ambiguous_coordinates(s: String) -> Vec<String> {
9+
vec![]
10+
}
11+
}
12+
113
#[cfg(test)]
214
mod tests {
315
#[test]

0 commit comments

Comments
 (0)