RosettaCodeData/Task/System-time/Elena/system-time.elena

8 lines
98 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
import extensions;
import system'calendar;
2018-06-22 20:57:24 +00:00
2019-09-12 10:33:56 -07:00
public program()
{
console.printLine(Date.Now);
}