Imports System
Public Module Module1
Public Sub Main()
dim choice as string
dim choice2 as string
console.WriteLine("DO YOU LIKE beez?")
choice = console.ReadLine()
if choice = ("yes") then console.WriteLine("well then, shall we continue?")
choice2 = console.ReadLine()
if choice2 = ("yea") then console.WriteLine("ok then here it is then bea lol
___())__
----(________') ")
End Sub
End Module