'Program Name: Games
'Program Purpose: Application explains various types of games in a label.
'Created By/Date: M.Miller/10-15-20
Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("The legend of Zelda is a fantasy action adventure game.")
Console.WriteLine("Super Mario is a platform game where the player runs and jumps across platforms and atop enemies in themed levels.")
End Sub
End Module