...
This commit is contained in:
@@ -17,14 +17,12 @@ func main(): i32 {
|
||||
let message = getMessage()
|
||||
|
||||
match message {
|
||||
Quit
|
||||
{
|
||||
Quit {
|
||||
core::println("quit")
|
||||
}
|
||||
Say msg
|
||||
{
|
||||
Say msg {
|
||||
core::println(msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user