7 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/usr/bin/env bash | ||
|  | 
 | ||
|  | year=$1 | ||
|  | day=$2 | ||
|  | 
 | ||
|  | time ~/.deno/bin/deno run --allow-read $year/$day/problem.ts |