Skip to content
View YuliaSwr's full-sized avatar

Highlights

  • Pro

Block or report YuliaSwr

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

Hi there 👋

public class Me {
    private String name = "Yulia";

    public void act() {
        System.out.println(this.name + " is keeping coding");
    }
}

Pinned Loading

  1. ElectiveProject ElectiveProject Public

    Java

  2. LingoCards-Spring LingoCards-Spring Public

    LingoCards is a Spring-based application designed to study language learning through interactive flashcards

    Java 2

  3. RetroCinema RetroCinema Public

    Java

  4. SQL_Compiler SQL_Compiler Public

    Implementation of simple SQL Compiler on C language

    C