mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: move prelude files to tools/preludes/
This commit is contained in:
committed by
Alexander Medvednikov
parent
56421beb8a
commit
0d93eeb3fe
9
tools/preludes/live_main.v
Normal file
9
tools/preludes/live_main.v
Normal file
@@ -0,0 +1,9 @@
|
||||
module main
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
const (
|
||||
os_used = os.MAX_PATH
|
||||
time_used = time.now()
|
||||
)
|
||||
Reference in New Issue
Block a user