Nothing here π
namespace github.com.scream870102
{
class Information
{
public readonly static string Id = "Scream870102";
public string Country { get; private set; } = "Taiwan";
public string[] Technologies { get; private set; } = { "C#", "Go" };
public string[] Hobbies { get; private set; } = { "Game", "Idol", "Novel", "Movie" };
public bool IsMomokoLovely() => true;
public bool IsYuukaSmart() => false;
public bool IsHarukaBest() => true;
public void BlockMe()
{
try
{
FindById(Id);
}
catch (Excpetion ex)
{
Console.WriteLine($"What!!!{ex}");
}
finally
{
Console.WriteLine("Nothing here");
}
}
}
}
ππ¦π¬ππ¦π¬ππ¦π¬ππ¦π¬ππ¦π¬ππ¦π¬