Code Golf: Code Golf: Difference between revisions

Content deleted Content added
Gaham (talk | contribs)
Gaham (talk | contribs)
Tag: Manual revert
Line 13:
Without string literals, this is 60 bytes long.
<syntaxhighlight lang="11l">L(c)[37,9,2,3,70,33,9,10,0]{print(end' Char(code' c(+)102))}</syntaxhighlight>
=={{header|4ME}}==
with strings:
out{Code Golf}
14 bytes
without strings:
num{34}
out{}
num{76}
out{}
num{65}
out{}
num{66}
out{}
num{0}
out{}
num{38}
out{}
num{76}
out{}
num{73}
out{}
num{67}
out{}
141 bytes
 
=={{header|AArch64 Assembly}}==
{{works with|as|Raspberry Pi 3B version Buster 64 bits <br> or android 64 bits with application Termux }}