mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-12-14 09:14:57 +01:00
5 lines
71 B
Perl
5 lines
71 B
Perl
use strict;
|
|
while ( $r ) {
|
|
printf ( "Example text \n" );
|
|
sleep 1;
|
|
} |