Classical "Hello world" example that prints a message to the console output. This version uses .NET Console.WriteLine method to do the printing.
31 people like thisPosted: 13 years ago by Tomas Petricek
Abstracts console input as an infinite sequence of lines of text
7 people like thisPosted: 13 years ago by fholm
Higher order function 'withOutStr' to fork console output to a string. The function temporarily redirects Console.Out to a custom TextWriter
5 people like thisPosted: 12 years ago by Jonas Avelin
Demonstrates how to run a function when the user presses Ctrl+C, closes the console window, or logs off.
31 people like thisPosted: 13 years ago by Tim Robinson
Simple times table console based game.
3 people like thisPosted: 13 years ago by Phillip Trelford
Read a password from the command line, masking input with an asterisk. Only tested on Windows 10.
7 people like thisPosted: 8 years ago by TMVector