mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
7 lines
76 B
Nim
Executable File
7 lines
76 B
Nim
Executable File
# test the new time module
|
|
|
|
import
|
|
times
|
|
|
|
write(stdout, $getTime())
|