This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
87cff0386c
v
/
vlib
/
compiler
/
preludes
/
live_main.v
10 lines
93 B
V
Raw
Normal View
History
Unescape
Escape
live: always add os and time when compiling -live programs Fixes fail when -live user programs do not use os and time.
2019-12-09 13:48:41 +03:00
module
main
import
os
import
time
const
(
tests: improved test output formatting
2019-12-30 07:23:54 +03:00
os_used
=
os
.
MAX_PATH
time_used
=
time
.
now
(
)
live: always add os and time when compiling -live programs Fixes fail when -live user programs do not use os and time.
2019-12-09 13:48:41 +03:00
)
Reference in New Issue
Copy Permalink