Skip to content
View zmmmdf's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report zmmmdf

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
zmmmdf/README.md
using System;

class Ziya
{
    public string Fullname { get; set; } = "Ziya Mammadov";
    public string[] ProgrammingLanguages { get; set; } = { "C#", "C++", "Python", "TypeScript", "JavaScript", "Haskell", "Fortran"};
    public string[] SpokenLanguages { get; set; } = { "English", "Azerbaijani", "Turkish" };

    public void Hi()
    {
        Console.WriteLine($"{Fullname}");
        Console.WriteLine(Status);
    }
}

class Program
{
    static void Main(string[] args)
    {
        Ziya me = new Ziya();
        me.Hi();
    }
}

Pinned Loading

  1. qiymeti-az qiymeti-az Public

    Qiymeti_AZ is a Python package that provides a convenient way to scrape product prices from various Azerbaijani websites. It includes default instances for popular Azerbaijani electronic stores and…

    Python

  2. fortran-az fortran-az Public

    MDX

  3. azfar-demo azfar-demo Public

    TypeScript