Last active
June 17, 2016 13:41
-
-
Save DevElCuy/72dc1232ce4a77bed32ad66269f82c11 to your computer and use it in GitHub Desktop.
ta ta! ta!! ta!!! ta!!!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author: Maestro Longaniza (Q.E.P.D) | |
* | |
* Rev 1 by develCuy. | |
*/ | |
$emphasys = ''; | |
for ($i = 1; $i <= 5; $i++) { | |
print "ta" . $emphasys . " "; | |
$emphasys = $emphasys . "!"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment