#MonthOfCode - Day 27: pattern
My entry for the 27th day of the month of code. The theme for today is: pattern.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Everything is nicely aligned on my system with the default monospace font but I’ve not tested it on other systems.
1 | document.addEventListener('DOMContentLoaded', function() { |