Tests with the puzzle's sample inputs are included. Change-Id: I32cd59b9e3894bde3d67ebdc3a977961b17bdb49 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2223 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ depot, ... }:
 | 
						|
 | 
						|
with depot.third_party;
 | 
						|
 | 
						|
naersk.buildPackage {
 | 
						|
  src = ./.;
 | 
						|
 | 
						|
  buildInputs = [];
 | 
						|
  doCheck = true;
 | 
						|
}
 |