1 people like it.

Hello world

A very simple function to print hello world, which is completely useless. Just testin the F# Snippets API...

1: 
2: 
let msg = "world"
printfn "Hello %s!" msg
val msg : string

Full name: Script.msg
val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
Raw view Test code New version

More information

Link:http://fssnip.net/qH
Posted:8 years ago
Author:Tomas Petricek
Tags: test