Write language name in 3D ASCII: Difference between revisions

Line 1,804:
_/_/
</pre>
 
=={{header|Julia}}==
{{trans|Awk}}
<lang julia>println(replace(raw"""
xxxxx
x x
x x x
x x x x
x x x x x xxx
x x x x x x x
x x x x x x x xx
xx xx x x x x xx
""", "x" => "_/"))
</lang>{{output}}<pre>
_/_/_/_/_/
_/ _/
_/ _/ _/
_/ _/ _/ _/
_/ _/ _/ _/ _/ _/_/_/
_/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/_/
_/_/ _/_/ _/ _/ _/ _/ _/_/
</pre>
 
 
=={{header|Kotlin}}==
4,108

edits