Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# test-public
# test-public

This repository now includes a `test.fs` file, which is an F# program designed to print "hello world" when executed.
5 changes: 5 additions & 0 deletions test.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// This F# program prints "hello world" to the console
[<EntryPoint>]
let main argv =
printfn "hello world"
0 // Return an integer exit code