Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
8
Task/System-time/Ecstasy/system-time.ecstasy
Normal file
8
Task/System-time/Ecstasy/system-time.ecstasy
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module WhatTimeIsIt {
|
||||
@Inject Clock clock;
|
||||
@Inject Console console;
|
||||
|
||||
void run() {
|
||||
console.print($"current time: {clock.now}");
|
||||
}
|
||||
}
|
||||
2
Task/System-time/PascalABC.NET/system-time.pas
Normal file
2
Task/System-time/PascalABC.NET/system-time.pas
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
##
|
||||
Print(DateTime.Now)
|
||||
Loading…
Add table
Add a link
Reference in a new issue