Skip to content
View SejiMe's full-sized avatar
👣
Learning
👣
Learning
  • Central Luzon Doctors' Hospital
  • Paniqui Tarlac

Highlights

  • Pro

Organizations

@SurPathHub

Block or report SejiMe

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
SejiMe/README.md

using GitHub.*;
using System;

namespace IamSeji
{
    class Program
    {
       static void Main()
       {
            // >>> Git will run my code see bottom
            SejiMe itsMe = new();
            itsMe.Display();
            GitHub.Run(itsMe)
       }
    }
    
    // >>> My Profile Class
    public class SejiMe
    {
        private string[] _Skills {get; set;}
        private int _Knowledge {get; set;}
        private string Name {get; set;}

       public SejiMe()
       {
            _Skills = new string[5];
            _Skills[0] = "Web Development";
            _Skills[1] = "Desktop Development";
            _Skills[2] = "MSSQL";
            _Skills[3] = "C#";
            _Knowledge = 1;
            Name = "Cer Jivan Atienza"
       }
       public void Display()
       {
           GitHub.Show(SejiMe);
       }
    }
}

Facebook

  • 🔭 I’m currently working on AtCad and Web Based Rabbitry
  • 🌱 I’m currently learning in MERN Path
  • ⚡ Fun fact: I crave a lot

Pinned Loading

  1. Challenges Challenges Public

    C# 1

  2. Book-For-Programmers Book-For-Programmers Public

    Forked from johndavedecano/Book-For-Programmers

    1

  3. expressjsapi-lesson expressjsapi-lesson Public

    JavaScript 1