4 lines
57 B
Plaintext
4 lines
57 B
Plaintext
Sub HelloWorld()
|
|
Call MsgBox("Hello World!")
|
|
End Sub
|
Sub HelloWorld()
|
|
Call MsgBox("Hello World!")
|
|
End Sub
|