6 lines
47 B
Perl
6 lines
47 B
Perl
|
|
use utf8;
|
||
|
|
|
||
|
|
my $Δ = 1;
|
||
|
|
$Δ++;
|
||
|
|
print $Δ, "\n";
|