mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
mut v :=
update examples
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
import os
|
||||
|
||||
fn main() {
|
||||
mut path = 'cinderella.txt'
|
||||
mut path := 'cinderella.txt'
|
||||
if os.args.len != 2 {
|
||||
println('usage: word_counter [text_file]')
|
||||
println('using $path')
|
||||
|
Reference in New Issue
Block a user