8 lines
114 B
Text
8 lines
114 B
Text
|
|
Imports System
|
||
|
|
|
||
|
|
Module HelloWorld
|
||
|
|
Sub Main()
|
||
|
|
Console.WriteLine("Hello world!")
|
||
|
|
End Sub
|
||
|
|
End Module
|