5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								Private Sub Form_Load()
							 | 
						||
| 
								 | 
							
								    ' Execute a simple message box that says "Hello, World!"
							 | 
						||
| 
								 | 
							
								    MsgBox "Hello, World!"
							 | 
						||
| 
								 | 
							
								End Sub
							 |