v/tools/preludes/live_shared.v

10 lines
93 B
V

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