6 lines
69 B
QBasic
6 lines
69 B
QBasic
Attribute VB_Name = "Helloworld"
|
|
Sub TestHelloworld()
|
|
|
|
|
|
End Sub
|