Code Golf: Code Golf: Difference between revisions

no edit summary
(add task to aarch64 assembly for raspberry pi)
No edit summary
Line 278:
for i in [44 0 11 10 79 40 0 3 9]write strchar 111-i.
</syntaxhighlight>
 
=={{header|EMal}}==
<syntaxhighlight lang="emal">
write("Code Golf")
^|EMal supports blobs (byte arrays) that can be initialized with single bytes|^
write(blob().of(67,111,100,101,32,71,111,108,102))
</syntaxhighlight>
{{out}}
<pre>
Code GolfCode Golf
</pre>
 
=={{header|Factor}}==
224

edits