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
Saturday, April 14, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment