Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Change this to a module
Browse files Browse the repository at this point in the history
  • Loading branch information
plusreed committed Oct 18, 2018
1 parent f514984 commit 54ebe14
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions VB.NET/HelloWorld.vb
@@ -1,7 +1,11 @@
Imports System

Public Class HelloWorld
Public Sub New()
Public Module HelloWorld
Public Sub Main()
HelloWorld()
End Sub

Sub HelloWorld()
Console.WriteLine("Hello, world!")
End Sub
End Class
End Module

0 comments on commit 54ebe14

Please sign in to comment.