' Visual Basic 2008 9.0 .NET Examples - Output and Comments in Modules - Introduction to Visual Basic : Module Example ' (1) Sub Main() ' (2) ' following instruction writes some text to the console ' (3) Console.WriteLine("Hello World !") ' (4) ' Console.ReadLine() ' (5) End Sub ' (6) End Module ' (7) ' Visit www.studyvb.com for more examples. Copyright 2003-2008 De Wolf.