layout: post title: “Привет, мой первый пост!” date: 2021-12-09 categories: post posts

Привет, Мир!

#!/usr/bin/perl -w

use strict;
use warnings;
use utf8::all;

print "Hello, World!\n";