Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import extensions;
|
||||
|
||||
public singleton program
|
||||
public singleton Program
|
||||
{
|
||||
inner()
|
||||
{
|
||||
console.printLine(new CallStack())
|
||||
Console.printLine(new CallStack())
|
||||
}
|
||||
|
||||
middle()
|
||||
|
|
@ -20,6 +20,6 @@ public singleton program
|
|||
// program entry point
|
||||
function()
|
||||
{
|
||||
program.outer()
|
||||
Program.outer()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue