Justin and I are beginning to play with F# (1.9.1 has been released)
open System;
Console.WriteLine("hello world");
let name = Console.ReadLine();;
Console.WriteLine("hello "+ name);
Console.Read();
we'll see how this goes, hope to blog about it soon
Showing posts with label fsharp. Show all posts
Showing posts with label fsharp. Show all posts
Saturday, April 14, 2007
Subscribe to:
Posts (Atom)