Correzione menù
This commit is contained in:
parent
2ea8e1b4f1
commit
18037b27ff
@ -15,7 +15,7 @@ class Program {
|
||||
Console.WriteLine("2. Converti in binario");
|
||||
Console.WriteLine("3. Stampa a gruppi di 3");
|
||||
Console.WriteLine("4. Codifica");
|
||||
Console.WriteLine("5. Parola palindroma pari");
|
||||
Console.WriteLine("5. Individua anagramma");
|
||||
Console.WriteLine("0. Esci");
|
||||
Console.Write("Scelta: ");
|
||||
scelta = Convert.ToInt32(Console.ReadLine());
|
||||
|
||||
@ -13,10 +13,10 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("strings_4")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+19bcef7b32ce02a024c2dc77b5821602ee461441")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2ea8e1b4f1f814d3953fba2ed93a515aef774d74")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("strings_4")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("strings_4")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generato dalla classe WriteCodeFragment di MSBuild.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
a2becaf620581f78bcffa51b35925ed7300790c46ab7f249c18dbb7f038c0014
|
||||
9f34520dff843add557a4bcea40559014707b5626c1e6891bfdce45f8b039801
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user