v/vlib/v/tests/repl/import.repl

5 lines
62 B
Plaintext

import time
time.now().unix_time() > 160000
===output===
true