mirror of
				https://codeberg.org/ziglings/exercises.git
				synced 2025-10-30 18:25:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- exercises/098_bit_manipulation2.zig	2023-10-03 22:15:22.125574535 +0200
 | |
| +++ answers/098_bit_manipulation2.zig	2023-10-05 20:04:07.286104520 +0200
 | |
| @@ -60,5 +60,5 @@
 | |
|      // and if so, we know the given string is a pangram
 | |
|      //
 | |
|      // but what do we have to compare?
 | |
| -    return bits == 0x..???;
 | |
| +    return bits == 0x3ffffff;
 | |
|  }
 | 
