From 1feedcec8dcf11e0b4e92c31cb86807f7f242275 Mon Sep 17 00:00:00 2001 From: Ronij Pandey Date: Sun, 1 Oct 2017 21:47:59 +0530 Subject: [PATCH] Update Hello_World.vb --- Hello_World.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello_World.vb b/Hello_World.vb index e4321d3..ebf94e1 100644 --- a/Hello_World.vb +++ b/Hello_World.vb @@ -1,6 +1,6 @@ ' A "Hello, World!" program in Visual Basic. Module Hello_World Sub Main() - Console.WriteLine("Hello, world!") + Console.WriteLine("Hello world") End Sub End Module