public sealed class Me
{
// Basic info
public string Name => "Alex";
public string Location => "Minsk, Belarus";
public string WhoIAm => "Full stack developer";
// More info
public string InfoAboutMe => """
I am a full stack developer from Minsk. I'm passionate about automation and creating
small utilities that enhance my user experience.
""";
}Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|

