Write a complete Main method that prints Hello, world to the screen.

I have tried:
MsgBox("Hello, World!")
Console.WriteLine("Hello, world")
MessageBox.Show("Hello, world")

Almost every way that seems correct. Please help me.

2 answers

Which specific language/environment are you using? VB?
Yes and it is part of a lab homework assignment on MyProgrammingLab.