On my wife’s blog (2SecondsFaster.com) we put up a “Saturday Mixer” and it is a weekly “you take over the conversation” post. As a joke, I thought I would put the post rules up in VB.NET code. Below is my code for a simple Console App.
Code Snippet
- Module saturdayMixer
- Sub Main()
- Dim saturdayMixer As String
- Console.WriteLine("Do you know the rules? (y or n)")
- saturdayMixer = Console.ReadLine()
- ' saturdayMixer = Console.ReadLine()
- If saturdayMixer = "y" Then
- Console.WriteLine("Welcome to the Saturday Mixer!" & ControlChars.CrLf _
