7 lines
83 B
Text
7 lines
83 B
Text
public Program()
|
|
{
|
|
var Δ := 1;
|
|
Δ := Δ + 1;
|
|
|
|
Console.writeLine(Δ)
|
|
}
|