sub Main()
Console.Writeline("Hello World!")
Console.Readline()
End Sub
End Module
Note:
- The purpose of Console.Writeline is to print the Word "Hello World".
- The purpose of Console.Readline() is to read and hold the screen output of the code.
The Image below is the output of the code.
No comments:
Post a Comment