O mnie
public class About
{
public string Name => "Łukasz Łysyganicz";
public string Job => ".NET Developer";
public string[] Skills => [ ".NET", "C#", "F#", "WPF", "Xamarin" ];
public string[] Hobbies => [ "Literatura fantasy i sf", "Gry komputerowe" ];
}