Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -4,20 +4,20 @@ import system'threading;
|
|||
import system'math;
|
||||
import extensions;
|
||||
|
||||
someProcess()
|
||||
SomeProcess()
|
||||
{
|
||||
threadControl.sleep(1000);
|
||||
Thread.sleep(1000);
|
||||
|
||||
new Range(0,10000).filterBy::(x => x.mod(2) == 0).summarize();
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var start := now;
|
||||
|
||||
someProcess();
|
||||
SomeProcess();
|
||||
|
||||
var end := now;
|
||||
|
||||
console.printLine("Time elapsed in msec:",(end - start).Milliseconds)
|
||||
Console.printLine("Time elapsed in msec:",(end - start).Milliseconds)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue