Code Golf: Code Golf: Difference between revisions

Content added Content deleted
mNo edit summary
Line 220: Line 220:
'''Extra credit''':
'''Extra credit''':
The jq executable on my Mac is 461,864 bytes; gojq's is over 8 times larger.
The jq executable on my Mac is 461,864 bytes; gojq's is over 8 times larger.


=={{header|Julia}}==
<syntaxhighlight lang="julia">print("Code Golf")

print(String(Char.([67,111,100,101,32,71,111,108,102])))
</syntaxhighlight>


=={{header|Kotlin}}==
=={{header|Kotlin}}==