6 lines
		
	
	
		
			133 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			133 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: io.crc32 kernel math tools.test namespaces ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[ 0 ] [ "" crc32 ] unit-test
							 | 
						||
| 
								 | 
							
								[ HEX: cbf43926 ] [ "123456789" crc32 ] unit-test
							 | 
						||
| 
								 | 
							
								
							 |