Skip to content
View tatapuchi's full-sized avatar
💭
computer good.
💭
computer good.
  • Augsburg, Germany
Block or Report

Block or report tatapuchi

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
tatapuchi/README.md
using Human;
using Human.Emotion;

namespace Vib.Core 
{

  internal class Vib 
  {
    
    private static readonly Vib Vibhor = new Vib();
    
    #region Properties
    //Will change last name eventually
    private string _name = "Vibhor Singh";
    public string Name {get => _name;}
    
    private int _age = 18;
    public int Name {get => _age;}
    #endregion
  
    private Vib(){}
    
  }

}

0xB01b's GitHub stats

Top Langs

Pinned

  1. Idle-Developer Idle-Developer Public

    Idle Game, built in Xamarin.Forms

    C# 9 2