Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amscotti/firstunique

Example application written in F#
https://github.com/amscotti/firstunique

dotnet-core fsharp

Last synced: about 2 months ago
JSON representation

Example application written in F#

Awesome Lists containing this project

README

        

# 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`