Find the last Sunday of each month: Difference between revisions

Nimrod -> Nim
m (→‎{{header|Go}}: minor function change)
(Nimrod -> Nim)
Line 881:
29}, {2013, 10, 27}, {2013, 11, 24}, {2013, 12, 29}}</pre>
 
=={{header|NimrodNim}}==
<lang nimrodnim>import times, os, strutils
 
var timeinfo = getLocalTime getTime()
Anonymous user