12 lines
		
	
	
		
			67 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			67 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "myprint.h"
 | 
						|
 | 
						|
int main() {
 | 
						|
 | 
						|
  myprint();
 | 
						|
 | 
						|
  return 0;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
 |