1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-12 22:56:27 +02:00

Updated to Dotnet 7.0.202

This commit is contained in:
RVG|lory 2023-04-08 14:36:11 +02:00 committed by GitHub
parent 86d897d580
commit b5cfd91cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 175 additions and 0 deletions
packages/dotnet/7.0.202

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

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