From 27fb8e5255ee15712cb8fb0219c9fef3f660d251 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Wed, 26 Feb 2025 08:56:40 +0100 Subject: [PATCH] Commit di test (problemi al server) --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index a09feb9..70f22e5 100644 --- a/Program.cs +++ b/Program.cs @@ -187,7 +187,7 @@ class Program { for (int i = 0; i < p_stringa2.Length; i++) { ritorno = ritorno.Replace(p_stringa2[i], Convert.ToChar(sostituisci)); } - + } else { ritorno = $"Nessuna occorrenza di {p_stringa2} trovata in {p_stringa1}";