Skip to content
View MaedehJJ's full-sized avatar
🙂
I may be slow to respond.
🙂
I may be slow to respond.

Organizations

@OpenFlowTech

Block or report MaedehJJ

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

Pinned Loading

  1. miare-ir/forms-framework miare-ir/forms-framework Public

    Kotlin 1

  2. TOTP-code-generator TOTP-code-generator Public

    Kotlin

  3. The result of what happens when a de... The result of what happens when a developer couple's curiosity sparks while playing Spot it.
    1
    val group = listOf('a', 'b', 'c', 'd', 'e','f','g','h','i')
    2
    
                  
    3
    fun main() {
    4
        val potentialCards = getPotentialCards(4, group)
    5
        println(potentialCards)