Skip to content
View hit25082000's full-sized avatar
☣️
How can i lose ?
☣️
How can i lose ?

Block or report hit25082000

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
hit25082000/README.md

Typing SVG

namespace Luiz
{
    class About extends Me
    {
        static void getCurrentWorkplace(String LuizEduardo)
        {
                var company = "Infortech-MS";
                var position = "Stag";
                return position + " in " + company;
        }

        static void mainFocus()
        {   
            return "C#, Angular";
        }

        public void getFutureGoal()
        {
            return Console.WriteLine('Get much money to pay the development of games i create in my mind.');
        }
    }
}

Pinned Loading

  1. AppKeener AppKeener Public

    Save

    C# 2

  2. Infortechlado Infortechlado Public

    Curso da alura de js iniciante

    JavaScript 1

  3. Selenium-Layout Selenium-Layout Public

    Selenium config ready to use

    HTML

  4. Snake-Js Snake-Js Public

    Jogo da cobrinha em javaScript para portifolio ADS

    JavaScript

  5. TextEditor-Csharp TextEditor-Csharp Public

    Editor de texto usando Csharp com new StreamWrite e Reader

    C#