mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
7 lines
90 B
V
7 lines
90 B
V
module main
|
|
|
|
import time
|
|
|
|
const (
|
|
profiled_program_time_used = time.seconds_per_minute
|
|
)
|