mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
7 lines
130 B
VB.net
7 lines
130 B
VB.net
Module Program
|
|
Sub Main()
|
|
Dim game As New Game(New ConsoleAdapter)
|
|
game.BeginLoop()
|
|
End Sub
|
|
End Module
|