update - 2026-02-25

This commit is contained in:
Martin Sukany
2026-02-25 16:14:20 +01:00
parent ce576a47e6
commit 58a2ccea2b
14 changed files with 3007 additions and 2954 deletions

View File

@@ -41,6 +41,9 @@ my %scores = (Perl => 95, Python => 90, Go => 88);
my $lang_ref = \@languages;
my $score_ref = \%scores;
my $test;
$test = 2;
printf "Languages: %s\n", join(', ', @{$lang_ref});
printf "Perl score: %d\n", $score_ref->{Perl};