mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-13 06:13:36 -04:00
enums1 solution
This commit is contained in:
parent
d6fd251a73
commit
a2dfbd86da
2 changed files with 15 additions and 2 deletions
exercises/08_enums
|
@ -1,6 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
enum Message {
|
||||
// TODO: define a few types of messages as used below
|
||||
// TODO: Define a few types of messages as used below.
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue