Merge pull request #36 from akshitgautam42/Ex-36

Exercise 36
This commit is contained in:
Akshit Gautam 2023-11-13 16:04:29 +05:30 committed by GitHub
commit 3ab6aef2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ impl State {
fn process(&mut self, message: Message) {
// TODO: create a match expression to process the different message variants
// Remember: When passing a tuple as a function argument, you'll need extra parentheses:
// fn function((t, u, p, l, e))
fn function((t, u, p, l, e))
}
}