Skip to content

ElijahReva/ticket-problem

Repository files navigation

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