Quick actions

cmd+k|ctrl+k

Navigation

Languages

Bintang 2

Snippet info

Language

Php

Visibility

public

Author

tanzgudl

Created

2024-08-20T03:12:52.801029Z

Updated

2024-08-20T03:12:52.801029Z

<?php

echo "*\n";
echo "**\n";
echo "***\n";
echo "****\n";
echo "*****\n";
INFO