7 lines
106 B
Text
7 lines
106 B
Text
Module Module1
|
|
|
|
Sub Main()
|
|
Console.Error.WriteLine("Goodbye, World!")
|
|
End Sub
|
|
|
|
End Module
|