1
0
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:
Alexander Medvednikov
2019-06-28 15:24:46 +02:00
parent 77b6da23c4
commit 4aab26d3e3
3 changed files with 4 additions and 4 deletions

View File

@ -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')