This website requires JavaScript.
Explore
Help
Register
Sign In
saschabach
/
gplx
Watch
1
Star
0
Fork
You've already forked gplx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d195db278
gplx
/
mediawiki
/
tests
/
phpunit
/
includes
/
shell
/
bin
/
echo_333333_stars.php
8 lines
82 B
PHP
Raw
Blame
History
<
?
php
if
(
PHP_SAPI
!==
'cli'
)
{
exit
(
1
);
}
echo
str_repeat
(
'*'
,
333333
);
Reference in New Issue
View Git Blame
Copy Permalink