ExtensionDsLab/docsrc/content/tutorial.fsx

20 lines
362 B
Plaintext

(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#I "../../bin"
(**
Introducing your project
========================
Say more
*)
#r "LogicalHacking.ExtensionDsLab.dll"
open LogicalHacking.ExtensionDsLab
Library.hello 0
(**
Some more info
*)