Bare F# project

This commit is contained in:
2025-08-27 15:53:33 -06:00
commit 5728db717d
3 changed files with 498 additions and 0 deletions

2
Program.fs Normal file
View File

@@ -0,0 +1,2 @@
// For more information see https://aka.ms/fsharp-console-apps
printfn "Hello from F#"