Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
interfaces
/
modules
/
module_b
/
module_b.v
5
lines
·
4
sloc
·
68 bytes
·
6488041a749df9762348d019c4223908c476f2e2
Raw
1
module
module_b
2
3
pub
interface
Reader {
4
read(name string) string
5
}
6