1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples,tools: cleanup most warnings

This commit is contained in:
Delyan Angelov
2020-12-04 16:05:39 +02:00
parent 7a8d6a7c7b
commit 3f2133c65e
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
}

View File

@ -1,6 +1,5 @@
// Simple raw HTTP head request
import net
import time
import io
// Make a new connection