v/vlib/compiler/preludes/live_shared.v

10 lines
95 B
V

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