Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created July 22, 2018 03:54
Show Gist options
  • Save aramkoukia/8bdd3153db19c01508c3b1bf49c21035 to your computer and use it in GitHub Desktop.
Save aramkoukia/8bdd3153db19c01508c3b1bf49c21035 to your computer and use it in GitHub Desktop.
models.fs
namespace firstGiraffe.Models
[<CLIMutable>]
type Message =
{
Text : string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment