fixed layout

This commit is contained in:
Louis Heredero 2024-12-04 11:32:39 +01:00
parent 11277f0677
commit 590ba743a1
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
3 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
let w = lines.first().len() let w = lines.first().len()
let h = lines.len() let h = lines.len()
canvas({ canvas(length: 2em, {
for y in range(h) { for y in range(h) {
for x in range(w) { for x in range(w) {
if lines.at(y).at(x) == "X" { if lines.at(y).at(x) == "X" {

View File

@ -50,7 +50,7 @@
} }
} }
canvas({ canvas(length: 2em, {
for y in range(h) { for y in range(h) {
for x in range(w) { for x in range(w) {
let valid = (x, y) in positions let valid = (x, y) in positions

Binary file not shown.