Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 441 Bytes

Project Euler

A collection of solutions for Project Euler problems in C# and F#.

Project Euler Emblem

Running .CSX Locally

In order to run .csx scripts locally:

  1. Install dotnet-script
    dotnet tool install -g dotnet-script
  2. Run the script
    dotnet script <filename.csx>

Running .FSX Locally

-- todo