RosettaCodeData/Task/System-time/Genie/system-time.genie

6 lines
82 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[indent=4]
init
var now = new DateTime.now_local()
print now.to_string()