mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples,tools: cleanup most warnings
This commit is contained in:
parent
7a8d6a7c7b
commit
3f2133c65e
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue