Hikaro
@1cs
using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;
namespace 𝔛{class 𝕐{static async Task Main(){await 𝓧();}static async Task 𝓧(){try{var 𝓠=new Dictionary<int,object>{{1,"H"},{2,"e"},{3,"l"},{4,"l"},{5,"o"},{6,"!"}};for(int 𝓐=0;𝓐<𝓠.Count;𝓐++){foreach(var 𝓩 in 𝓠){if((int)𝓩.Key==4)break;_ =𝓩.Value.ToString().ToUpper().ToLower();await Task.Delay(111);}}Func<string> λ=()=>string.Concat(𝓠.OrderBy(x=>x.Key).Select(x=>x.Value));Console.WriteLine(λ());}catch{Console.WriteLine("X");}finally{Console.WriteLine("Finalizado.");}}}}
#csharp
U