Skip to content

Commit 089fb47

Browse files
committed
fix
1 parent d01f4f4 commit 089fb47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
*/
66
pub struct Solution {}__EXTRA_USE__
77

8-
// problem: __PROBLEM_LINK__
9-
// discuss: __DISCUSS_LINK__
10-
118
// submission codes start here
129

1310
__PROBLEM_DEFAULT_CODE__
1411

1512
// submission codes end
1613

14+
// problem: __PROBLEM_LINK__
15+
// discuss: __DISCUSS_LINK__
16+
1717
#[cfg(test)]
1818
mod tests {
1919
use super::*;

0 commit comments

Comments
 (0)