mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: id []typ
This commit is contained in:
committed by
Alexander Medvednikov
parent
8d13880cab
commit
437b32fe78
@@ -1,6 +1,6 @@
|
||||
import time
|
||||
|
||||
fn print_field(field[]array_int) {
|
||||
fn print_field(field []array_int) {
|
||||
for line in field {
|
||||
mut s := ' '
|
||||
for j, cell in line {
|
||||
|
||||
Reference in New Issue
Block a user