6 lines
69 B
Nim
6 lines
69 B
Nim
|
|
import times
|
||
|
|
|
||
|
|
echo(getDateStr())
|
||
|
|
echo(getClockStr())
|
||
|
|
echo(getTime())
|