8 lines
82 B
Text
8 lines
82 B
Text
|
|
public program()
|
||
|
|
{
|
||
|
|
var Δ := 1;
|
||
|
|
Δ := Δ + 1;
|
||
|
|
|
||
|
|
console.writeLine:Δ
|
||
|
|
}
|