Skip to content

Commit e62f13a

Browse files
committed
fix
1 parent 089fb47 commit e62f13a

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+
811
// submission codes start here
912

1013
__PROBLEM_DEFAULT_CODE__
1114

1215
// submission codes end
1316

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

0 commit comments

Comments
 (0)