From af3936e6f4d33e90f9b9c7b63abb18f3c4f8b917 Mon Sep 17 00:00:00 2001 From: Joseph Potashnik Date: Sun, 30 Mar 2025 19:00:09 +0100 Subject: [PATCH] hello --- EarleyParserREST/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EarleyParserREST/Program.cs b/EarleyParserREST/Program.cs index f14695b..634ed58 100644 --- a/EarleyParserREST/Program.cs +++ b/EarleyParserREST/Program.cs @@ -39,7 +39,7 @@ } -app.MapGet("/", () => "Hello Earley Parser!"); +app.MapGet("/", () => "Hello Earley Parser!"); //hello! app.MapGet("/grammars", () =>