This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
To learn more HTML/CSS, check out these tutorials!
----.114668_aacdddgiinorruvvxxx CNcceeehiikoosttu
#!/usr/bin/perl
use strict;use warnings;use feature qw(say);
binmode(STDOUT,':utf8');binmode(STDIN,':utf8');binmode(STDERR,':utf8');
while(<>){chomp;say sort split //;}