Add 'hey.net'

This commit is contained in:
Sarimoko 2021-07-08 03:35:04 +00:00
parent 2d35ee7c32
commit 243deb0af6
1 changed files with 5 additions and 0 deletions

5
hey.net Normal file
View File

@ -0,0 +1,5 @@
Module Module1
Sub Main()
Console.WriteLine("Hello, world!")
End Sub
End Module