Create enum to represent directions
This commit is contained in:
		
							parent
							
								
									0c4b300a7b
								
							
						
					
					
						commit
						e6433f48ae
					
				@ -1,3 +1,8 @@
 | 
			
		||||
fn main() {
 | 
			
		||||
    println!("BeBoP?");
 | 
			
		||||
enum Orientation {
 | 
			
		||||
    N,
 | 
			
		||||
    E,
 | 
			
		||||
    S,
 | 
			
		||||
    W,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
fn main() {}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user