mirror of
				https://github.com/theoludwig/programming-challenges.git
				synced 2025-09-11 23:11:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			65 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			65 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM dart:2.13.1
 | |
| COPY ./ ./
 | |
| CMD ["dart", "run", "solution.dart"]
 |