Skip to content

Instantly share code, notes, and snippets.

@jkone27
Created April 14, 2023 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkone27/351deafd1e5715cde60d7cb6ba932a67 to your computer and use it in GitHub Desktop.
Save jkone27/351deafd1e5715cde60d7cb6ba932a67 to your computer and use it in GitHub Desktop.
using saturn from an F# script
#load "runtime-scripts/Microsoft.AspNetCore.App-7.0.3.fsx"
#r "nuget: Saturn"
open Saturn
open Giraffe
let app = application {
use_router (text "Hello World from Saturn")
}
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment