1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/preludes/live_main.v

10 lines
95 B
V
Raw Normal View History

module main
import os
import time
const (
os_used = os.MAX_PATH
time_used = time.now()
)