Skip to content

amscotti/FirstUnique

Repository files navigation

FirstUnique

Example application written in F# to show off using Optional Types and Pipes to Solve a simple challenge of finding the first unique Character in a String.

Running Unit Test

Run dotnet test

Run Command line Application

Run dotnet run --project FirstUnique.CommandLine abc

Docker

Build docker image and use local image

  • Build with docker build . -t first-unique
  • Run wit docker run first-unique aabbc

About

Example application written in F#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published