Jump to content

Code Golf: Code Golf: Difference between revisions

(Added C)
Line 161:
With string literal (16 characters):
<syntaxhighlight lang="easylang">write"Code Golf"</syntaxhighlight>
Without quoted literals (5553 characters):
<syntaxhighlight lang="easylang">for i in [44 0 11 10 79 40 0 3 9];write strchar 111-i;.</syntaxhighlight>
for i in [44 0 11 10 79 40 0 3 9]write strchar 111-i.
</syntaxhighlight>
Alternative method (69 characters):
<syntaxhighlight lang="easylang">n=15162543273030444;while n>0;write strchar 111-n mod 80;n=n div 80;.</syntaxhighlight>
2,053

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.