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}";