mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
10 lines
107 B
V
10 lines
107 B
V
import (
|
|
v.table
|
|
v.doc
|
|
)
|
|
|
|
fn test_vdoc() {
|
|
table := table.new_table()
|
|
println(doc.doc('net', table))
|
|
}
|