Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.
185 people like thisPosted: 13 years ago by Tomas Petricek
Factorial recursive function using match with pattern.
0 people like thisPosted: 10 years ago by gg00xiv
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
Factorial recursive function using match ... with pattern.
0 people like thisPosted: 10 years ago by gg00xiv