From 244e1bc98d1b5881426f1311d21e0bde2826e5be Mon Sep 17 00:00:00 2001 From: gparmigiani Date: Wed, 31 Jul 2024 14:03:46 +0200 Subject: [PATCH] add code sample --- docs/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/index.html b/docs/index.html index d203f7cb..0d0ee00d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -134,6 +134,31 @@

Saturn

+
+
+ + + +
+

Quick Start

+
+
+                                        
+                                        open Saturn
+                                        open Giraffe
+                                        
+                                        let app = application {
+                                            use_router (text "Hello World from Saturn")
+                                        }
+                                        
+                                        run app
+                                        
+                                    
+
+
+ +
+