diff --git a/examples/dotnet/Program.cs b/examples/dotnet/Program.cs index bb889594..026eb645 100644 --- a/examples/dotnet/Program.cs +++ b/examples/dotnet/Program.cs @@ -48,7 +48,7 @@ private static string GetCompeFromUser() Console.Write("Buscar COMPE (3 dígitos): "); compe = Console.ReadLine(); } while (!IsValidCompe(compe)); - + return compe; }