Oneliner Python
code:python
python3 -c "import random as r;print(''.join([r.choice( '╱','╲')for _ in range(0,12**4)]))"