WIP: dev #1

Draft
nub31 wants to merge 103 commits from dev into master
Showing only changes of commit 0e099d0baf - Show all commits

View File

@@ -17,12 +17,10 @@ func main(): i32 {
let message = getMessage()
match message {
Quit
{
Quit {
core::println("quit")
}
Say msg
{
Say msg {
core::println(msg)
}
}