Difference between revisions of "Advent/2019/day8"

From CodeStuff
Jump to: navigation, search
(Created page with "<edcode> let data = `222222022022200222221110022202222222222222222222222122222222222122202022222222222221212220122221120222222122222222220222220222222222220222222222222222222...")
 
m (Lerc moved page Advent/2019/day7 to Advent/2019/day8)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
function draw(x,y,value) {
 
function draw(x,y,value) {
 
   setColor(palette[value]);
 
   setColor(palette[value]);
   fillRectangle(x*10,y*10,10,10);
+
   fillRectangle(x*10,50+y*10,10,10);
 
}
 
}
  

Latest revision as of 09:40, 8 December 2019