Skip to content

Commit e4455e2

Browse files
authored
Update dotnet_ecosystem.md
1 parent b7a7f78 commit e4455e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_snippets/dotnet_ecosystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ code: |
1717
image.Mutate(_.Resize(300, 200).Flip(FlipMode.Horizontal ||| FlipMode.Vertical) >> ignore)
1818
image.Save "output.jpg"
1919
---
20+
2021
## Full access to .NET ecosystem
2122

2223
F# has seamless .NET integration which lets you work with existing .NET libraries and frameworks. Anything written in C# can be used from F# and vice versa.

0 commit comments

Comments
 (0)