ElijahReva / ticket-problem

Small app that helps figure out your luck level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lucky ticket checker

.NET Core Desktop

This app can be used to determine whenever current ticket nuber is lucky one.

Ticket is lucky if there is a way to place operator to get expression that equal to 100. For example for ticket with #123456789 one of possible solution is:

Screenshot

1+2+3+4+5+6+7+8*9 = 100

Inspired by this post.

In order to build project

> build.cmd

Requirements

  • .Net 4.6.1
  • FSharp 4.0

Maintainer

About

Small app that helps figure out your luck level.

License:The Unlicense


Languages

Language:C# 63.6%Language:F# 36.4%