10 lines
		
	
	
		
			256 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			256 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
 | 
						|
 * SPDX-License-Identifier: CC0
 | 
						|
 *
 | 
						|
 * This work is marked with CC0 1.0. To view a copy of this license, visit
 | 
						|
 * <http://creativecommons.org/publicdomain/zero/1.0>.
 | 
						|
 */
 | 
						|
 | 
						|
int main() { return 1; }
 |