We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e46786 commit f420fa6Copy full SHA for f420fa6
exercises/practice/wordy/src/lib.rs
@@ -1,5 +1,3 @@
1
-pub struct WordProblem;
2
-
3
pub fn answer(command: &str) -> Option<i32> {
4
unimplemented!(
5
"Return the result of the command '{}' or None, if the command is invalid.",
0 commit comments