7 lines
		
	
	
		
			71 B
		
	
	
	
		
			PostScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			71 B
		
	
	
	
		
			PostScript
		
	
	
	
	
	
| 
								 | 
							
								%!PS
							 | 
						||
| 
								 | 
							
								/Courier
							 | 
						||
| 
								 | 
							
								20 selectfont
							 | 
						||
| 
								 | 
							
								72 500 moveto
							 | 
						||
| 
								 | 
							
								(Hello World!) show
							 | 
						||
| 
								 | 
							
								showpage
							 |