Quick actions

cmd+k|ctrl+k

Navigation

Languages

No 2B

Snippet info

Language

Php

Visibility

public

Author

4ahmadror

Created

2024-08-20T04:04:34.568588Z

Updated

2024-08-20T04:04:34.568588Z

<?php
echo "*\n";
echo "**\n";
echo "***\n";
echo "****\n";
echo "*****\n";
?>
INFO