Hi There,
Today I have started learning Vb.net and when I am writing the below given program it does not give me anything on console screen. Could anyone please help me with this.

Imports System
Module Module1

Sub Main()
System.Console.WriteLine(True)
System.Console.WriteLine("hello")

End Sub

End Module