Trying mandelbrot in F#

This commit is contained in:
joachimschmidt557 2019-02-07 21:13:38 +01:00
commit 3eddbc0afe
22 changed files with 1548 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp2.2",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.2.0"
}
}
}