examples,tools: cleanup most warnings

This commit is contained in:
Delyan Angelov 2020-12-04 16:05:39 +02:00
parent 7a8d6a7c7b
commit 3f2133c65e
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
4 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@ fn main() {
}
fn move(n int, a string, b string) int {
println('Disc $n from $a to $b\...')
println('Disc $n from $a to ${b}...')
return 0
}