From 63a55be350e5db93824cd120204ed4c93d66488d Mon Sep 17 00:00:00 2001 From: 0qln <0qln@proton.me> Date: Thu, 12 Feb 2026 17:23:57 +0100 Subject: [PATCH] testing --- src/main/webapp/index.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6a3715c..8988ce3 100755 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -6,7 +6,9 @@

<%= "Hello World!" %>

+

<% String test = "test"; %>

+

<% out.print(test); %>


Hello Servlet test - \ No newline at end of file +