Last active
November 10, 2020 23:49
-
-
Save roblogic/7c6bf6b61a127b6ab12db2f4c71915b4 to your computer and use it in GitHub Desktop.
Golf solution to "ASCII Triangles", https://codegolf.stackexchange.com/a/215028/15940 (60 bytes)
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
for ((;i<$1;))printf "|%$[i++]s\\\\\n"&&a=$a- | |
(($1))&&<<<$a- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment