Browse by Tags

Sorry, but there are no more tags available to filter with.
hola mundo desde F#
Justin y yo estamos empezando a jugar con F# (version 1.9.1 esta disponible)

open System;
Console.WriteLine("hello world");
let name = Console.ReadLine();;
Console.WriteLine("hello "+ name);
Console.Read();

ya veremos que tal nos va, esperamos bloguear sobre el tema pronto