Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
iliis
on Dec 1, 2012
|
parent
|
context
|
favorite
| on:
A single line of Basic sends readers into a labyri...
Add a space every now an then and it becomes a 'real' maze:
#include <stdio.h> main() { for(;;) {printf(rand()%2 ? "╱":"╲"); if(rand()%100<1) putchar(' ');} }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: