Skip to content
View Syz66's full-sized avatar
  • 02:28 (UTC -04:00)

Organizations

@CheatBreakerNet

Block or report Syz66

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

Hi, I'm Sophia! View count

I'm a Kotlin/Java developer mainly focusing on Minecraft mods.

import java.time.LocalDate
import java.time.Month

class Syz66 : Person(
    name = "Sophia",
    age = 20,
    birthday = LocalDate.of(2004, Month.MAY, 21),
    occupation = listOf("Education", "Coding", "Being silly")
) {
    val discord: String = "trans.flag"

    fun location(): String {
        return "Columbus, OH, USA"
    }

    fun nextLocation(): String {
        return "Portland, OR, USA"
    }
}

Pinned Loading

  1. Freelook Freelook Public

    Allows you to freely look around!

    Java 2 1

  2. Polyfrost/DamageTint Polyfrost/DamageTint Public

    A mod which changes the color of entities that are hurt.

    Java 8