6 lines
47 B
Text
6 lines
47 B
Text
|
|
Public Sub Main()
|
||
|
|
|
||
|
|
Print String$(5, "ha")
|
||
|
|
|
||
|
|
End
|