comment
This commit is contained in:
		
							parent
							
								
									b8929887b5
								
							
						
					
					
						commit
						cd15d12549
					
				@ -34,7 +34,7 @@ impl Robot {
 | 
				
			|||||||
                    Orientation::S => self.p.y -= 1,
 | 
					                    Orientation::S => self.p.y -= 1,
 | 
				
			||||||
                    Orientation::W => self.p.x -= 1,
 | 
					                    Orientation::W => self.p.x -= 1,
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                _ => (),
 | 
					                _ => (), // never happens 😉
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            None => (),
 | 
					            None => (),
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user