Imports System Public Class MainClass Shared Sub Main() 'Declare variable Dim strData As String 'Set the string value strData = "Hello, world!" 'Display the results System.Console.WriteLine(strData) End Sub End Class