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
| Name: Flash | |
| Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
| if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
| Thank you! |
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 | |
| for ($i = 1; $i <= 100; $i++) { | |
| $output = null; | |
| if (!($i % 3)) { | |
| $output .= "Fizz"; | |
| } | |
| if (!($i % 5)) { | |
| $output .= "Buzz"; | |
| } |
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
| Lorem ipsum dolor, sit amet consectetur adipisicing elit. | |
| Debitis animi pariatur itaque aut similique labore inventore | |
| culpa impedit consequatur, omnis sequi, mollitia libero natus | |
| eos soluta nulla ipsam voluptatibus expedita, placeat nihil | |
| necessitatibus qui tempore recusandae. Exercitationem dolor | |
| debitis, eligendi adipisci, ullam esse natus odio eveniet | |
| quaerat nemo ut commodi sapiente veritatis, modi atque quia | |
| ex harum? Animi, sequi ratione quo sapiente est ipsam autem | |
| consectetur quisquam harum soluta. Reprehenderit aliquid | |
| commodi officia obcaecati fugiat explicabo accusantium similique |