mirror of
				https://codeberg.org/ziglings/exercises.git
				synced 2025-11-04 04:35:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			284 B
		
	
	
	
		
			Zig
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			284 B
		
	
	
	
		
			Zig
		
	
	
	
	
	
// This is the end for now!
 | 
						|
// More exercises will follow...
 | 
						|
 | 
						|
const print = @import("std").debug.print;
 | 
						|
 | 
						|
pub fn main() void {
 | 
						|
    print("\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.\n", .{});
 | 
						|
}
 |