Hacker News new | ask | show | jobs
by cdsousa 3139 days ago
In Julia:

    while true; print(rand(Bool) ? '╲' : '╱'); end