mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
5 lines
71 B
V
5 lines
71 B
V
module nested_mod
|
|
|
|
pub const a = 30
|
|
pub const b = 60
|
|
pub const c = 120
|