Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
enneff
on July 10, 2011
|
parent
|
context
|
favorite
| on:
ASCII animated donut in obfuscated C
It's not at all complicated. Most of it is a string literal.
This is an assignment to index o of the array b
b[0] =
this is the string
".,-~:;=!*#$@"
and this is indexing into the string literal with N, or 0 if N is less than 0.
[N > 0 ? N : 0]
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is an assignment to index o of the array b
this is the string and this is indexing into the string literal with N, or 0 if N is less than 0.