Skip to content

Commit

Permalink
times.nim: Minor formatting change in the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Dec 4, 2018
1 parent 5abb6ca commit 633832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/times.nim
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
let time = cpuTime()
sleep(100) # replace this with something to be timed
echo "Time taken: ",cpuTime() - time
echo "Time taken: ", cpuTime() - time
echo "My formatted time: ", format(now(), "d MMMM yyyy HH:mm")
echo "Using predefined formats: ", getClockStr(), " ", getDateStr()
Expand Down

0 comments on commit 633832d

Please sign in to comment.