fixed layout
This commit is contained in:
parent
11277f0677
commit
590ba743a1
@ -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" {
|
||||||
|
@ -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
|
||||||
|
BIN
src/main.pdf
BIN
src/main.pdf
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user