|
-
Dec 16th, 2007, 09:39 AM
#1
Thread Starter
Junior Member
System.Console.writeline not working
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|