adjust structure to fit aoc
This commit is contained in:
		@@ -5,4 +5,11 @@ edition = "2021"
 | 
			
		||||
 | 
			
		||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
			
		||||
 | 
			
		||||
[[bin]]
 | 
			
		||||
name = "part1"
 | 
			
		||||
path = "src/part1.rs"
 | 
			
		||||
[[bin]]
 | 
			
		||||
name = "part2"
 | 
			
		||||
path = "src/part2.rs"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user