Skip to content
View 0rang-3's full-sized avatar
🖥️
Coding
🖥️
Coding
Block or Report

Block or report 0rang-3

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
0rang-3/README.md

👋 Hi, I’m @0rang-3

interests.java

public class interests {
    public static void main(String[] args) {
        // My Interests
        String interest1 = "Participating in Hackathons";
        String interest2 = "Developing Websites";
        String interest3 = "Developing Games";

        Knowledge knowledge = new Knowledge();
        Learning learning = new Learning();
    }
}

languages.java

public class knowledge {
    public Knowledge() {
        // Coding Languages I Know
        String[] languages = {
                "Java",
                "Python",
                "Swift",
                "C#",
                "HTML",
                "CSS",
                "JavaScript",
                "Markdown",
                "Hexo",
                "Flask"
        };
        
        //Softwares I Use
        String[] softwares = {
                "Visual Studio Code",
                "IntelliJ IDEA",
                "PyCharm",
                "Unity",
                "IDLE",
                "Xcode",
                "replit.com"
        };
    }
}

learning.java

public class learning {
    public Learning() {
        // What I Am Currently Learning
        String task1 = "Game Development in Unity";
        String task2 = "Augmented Reality in Unity";
        String task5 = "Flask";
    }
}

contact.py

# Contact Me
print("Error 404")

Pinned

  1. Game-Console Game-Console Public

    A text-based Game Console built in Java.

    Java 2

  2. PaintJ PaintJ Public

    Java