Programming Fundamentals/Introduction/VB.NET: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Creating
(No difference)

Revision as of 18:47, 30 October 2016

hello.cpp

Public Module Main
   Sub Main()
     System.Console.WriteLine("Hello world!")
   End Sub
End Module

Try It

See Also