Skip to content
View myozawlatt's full-sized avatar
🙏
Pray for Myanmar..
🙏
Pray for Myanmar..

Block or report myozawlatt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. oh-my-posh-config-customizations oh-my-posh-config-customizations Public

    My favorite Oh-My-Posh theme customizations

  2. C# 9 feature sample C# 9 feature sample
    1
    using static System.Console;
    2
    WriteLine("Welcome to C# 9");
    3
    
                  
    4
    Person mgmg = new("Mg Mg", 20);
    5
    Student myamya = new("Mya Mya", 11, 5);