Skip to content
View StellarLis's full-sized avatar

Highlights

  • Pro

Block or report StellarLis

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

Hi ๐Ÿ‘‹, I`m Andrew!


๐Ÿ“„ About me:

public class AboutMe {
    String name;
    List<String> programmingLanguages = new ArrayList<>();
    
    public AboutMe() {
        this.name = "Andrew";
        this.programmingLanguages.add("Java");
        this.programmingLanguages.add("Go");
    }
}

My contacts:


Leetcode Stats


Pinned Loading

  1. FileMasterManager FileMasterManager Public

    Cloud storage service where users can upload and store their files

    Java

  2. SpreadTheWord SpreadTheWord Public

    SpreadTheWord is a social network service

    Go

  3. ChatBotService ChatBotService Public

    Chatbot that is able to process company's files and give answers to the users.

    Java