Move up a level

This commit is contained in:
2026-03-08 09:02:25 -04:00
parent 99b32e0aaa
commit 24960d7bc7
6 changed files with 24 additions and 1 deletions

7
prjOnRampAPI/Program.vb Normal file
View File

@@ -0,0 +1,7 @@
Imports System
Module Program
Sub Main(args As String())
Console.WriteLine("Hello World!")
End Sub
End Module