RosettaCodeData/Task/System-time/Wren/system-time.wren

4 lines
47 B
Plaintext

import "timer" for Now
System.print(Now.time)