mirror of
				https://codeberg.org/ziglings/exercises.git
				synced 2025-11-03 20:25:37 +00:00 
			
		
		
		
	Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
		
			
				
	
	
		
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
85c85
 | 
						|
<             for (???) |s| {
 | 
						|
---
 | 
						|
>             for (my_seq) |s| {
 | 
						|
97c97
 | 
						|
<             while (??? != my_sentinel) {
 | 
						|
---
 | 
						|
>             while (my_seq[i] != my_sentinel) {
 |