1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-09-21 11:20:04 +02:00

pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net

This commit is contained in:
Brikaa 2021-09-14 13:59:19 +02:00
parent 0c4e206d03
commit 3340cbbe68
9 changed files with 129 additions and 12 deletions
packages/dotnet/5.0.201

6
packages/dotnet/5.0.201/test.fs vendored Normal file
View file

@ -0,0 +1,6 @@
open System
[<EntryPoint>]
let main argv =
printfn "OK"
0