Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: