Merge pull request #34 from akshitgautam42/Ex-34

Exercise 34
This commit is contained in:
Akshit Gautam 2023-11-13 16:03:22 +05:30 committed by GitHub
commit 5bf4ebbe79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,13 @@
//
// No hints this time! ;)
// I AM NOT DONE
#[derive(Debug)]
enum Message {
// TODO: define a few types of messages as used below
Quit,
Echo,
Move,
ChangeColor
}
fn main() {