fixed layout
This commit is contained in:
		| @@ -56,7 +56,7 @@ | ||||
|   let w = lines.first().len() | ||||
|   let h = lines.len() | ||||
|  | ||||
|   canvas({ | ||||
|   canvas(length: 2em, { | ||||
|     for y in range(h) { | ||||
|       for x in range(w) { | ||||
|         if lines.at(y).at(x) == "X" { | ||||
|   | ||||
| @@ -50,7 +50,7 @@ | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   canvas({ | ||||
|   canvas(length: 2em, { | ||||
|     for y in range(h) { | ||||
|       for x in range(w) { | ||||
|         let valid = (x, y) in positions | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								src/main.pdf
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/main.pdf
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user