008
This commit is contained in:
9
websites_append.v
Normal file
9
websites_append.v
Normal file
@@ -0,0 +1,9 @@
|
||||
fn main() {
|
||||
mut websites := []string{}
|
||||
|
||||
for _ in 0 .. 1000 {
|
||||
websites << 'codewars'
|
||||
}
|
||||
|
||||
println(websites.len)
|
||||
}
|
Reference in New Issue
Block a user