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();
}
}
🎯
Focusing
AI & Computer Science Student @ University of Edinburgh |
i love coding, AI for Bio, hci, cognitive AI
- Edinburgh, UK
-
15:25
(UTC +01:00) - https://ziyamammadov.me
- https://orcid.org/0009-0008-8262-8681
- mmdvziya
- in/mziya
- @zmmmdf
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.