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