Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Update Hello_World.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ronijpandey authored Oct 1, 2017
1 parent c2317d7 commit 1feedce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hello_World.vb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1feedce

Please sign in to comment.