RosettaCodeData/Task/System-time/Nim/system-time.nim

6 lines
69 B
Nim

import times
echo(getDateStr())
echo(getClockStr())
echo(getTime())