mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
5 lines
71 B
Perl
5 lines
71 B
Perl
use strict;
|
|
while ( $r ) {
|
|
printf ( "Example text \n" );
|
|
sleep 1;
|
|
} |