Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 558 Bytes

Functional Programming for OO developers @WorkingSWConf

This repository contains the source code for the workshop "Functional Programming for OO developers" @WorkingSWConf

C#

To verify that it works follow these steps:

  • install .NET Core framework version 2.2 from https://dotnet.microsoft.com/download
  • clone this repository git clone [email protected]:doubleloop-io/working-sw-conf-fp-4-oo-devs.git
  • enter the C# root folder cd working-sw-conf-fp-4-oo-devs\csharp
  • run dotnet test to build everything and check that tests are green