v2 / vlib / v / gen / js / tests / hello / hello1 / hello1.v
5 lines · 4 sloc · 59 bytes · a02aff912613cf50b583edd655539b2a3ee9d159
Raw
1module hello1
2
3pub fn nested() string {
4 return 'Nested'
5}
6