8 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <stdlib.h>
 | 
						|
#include <stdio.h>
 | 
						|
 | 
						|
int main() 
 | 
						|
{
 | 
						|
    printf("Hello World\n");
 | 
						|
    return 0;
 | 
						|
}
 |