v2 / vlib / v / preludes / live.v
5 lines · 4 sloc · 157 bytes · c086bee5bebb8b9374605fc65469f629d42ae18d
Raw
1// This prelude is loaded in every v program compiled with -live,
2// in both the main executable, and in the shared library.
3module main
4
5import v.live as _
6