10 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
		
			Executable file
		
	
	
	
	
| /* Template.c */
 | |
| 
 | |
| #include <stdio.h>
 | |
| #include <stdlib.h>
 | |
| 
 | |
| int main(int argc, char *argv[])
 | |
| {
 | |
| 
 | |
|         return EXIT_SUCCESS;
 | |
| }
 |