Skip to content

Commit f420fa6

Browse files
authored
Update lib.rs (#1576)
Remove unnecessary struct
1 parent 6e46786 commit f420fa6

File tree

1 file changed

+0
-2
lines changed
  • exercises/practice/wordy/src

1 file changed

+0
-2
lines changed

exercises/practice/wordy/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pub struct WordProblem;
2-
31
pub fn answer(command: &str) -> Option<i32> {
42
unimplemented!(
53
"Return the result of the command '{}' or None, if the command is invalid.",

0 commit comments

Comments
 (0)