11-Other/FSharpConsoleApplication/Using.fs (4 lines of code) (raw):

module MyFSharp open JetBrains.ReSharper.Koans.Navigation.ExampleCode let myclass = Person("Joe", 10) type SharpPerson = {FirstName:string; LastName:string}