Exercise 34

This commit is contained in:
akshitgautam42 2023-11-13 14:31:21 +05:30
parent 930ef91565
commit e03d1361ff

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() {