Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

F# Technical Interview

We're excited to pair with you on a coding kata!

You will use this solution to write your code and tests to solve the problem of the kata below. We will gradually add requirements as we move through the problem and get a feel of what it's like to work with you in a real-world situation. Take your time, explain your thinking, and have fun with us! Show off your skills and ask any questions you have and we'll do the same.

Tech Stack

  • .NET with F#
  • xUnit

Common Commands

  • make init
    • build the project
  • make verify
    • run tests
  • make run
    • run the application

Kata

This section of the README is used to describe the kata and outline the requirements. We'll leave it blank in the public repository to keep the mystery alive, but just know that the kata we have planned is really fun!

Introduction

Requirements

  1. Requirement 1
  2. Requirement 2
  3. Requirement 3