mirror of
				https://codeberg.org/ziglings/exercises.git
				synced 2025-11-03 20:25:37 +00:00 
			
		
		
		
	When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
		
			
				
	
	
		
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
22c22
 | 
						|
<     const d: u8 = ziggy[???];
 | 
						|
---
 | 
						|
>     const d: u8 = ziggy[4];
 | 
						|
26c26
 | 
						|
<     const laugh = "ha " ???;
 | 
						|
---
 | 
						|
>     const laugh = "ha " ** 3;
 | 
						|
33c33
 | 
						|
<     const major_tom = major ??? tom;
 | 
						|
---
 | 
						|
>     const major_tom = major ++ " " ++ tom;
 |