Skip to content
View ulan17's full-sized avatar
🌴
On vacation
🌴
On vacation
  • Kazakhstan, Astana

Highlights

  • Pro
Block or Report

Block or report ulan17

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. TimeTable TimeTable Public

    Timetable is an Android App for students.

    Java 48 57

  2. CarStore CarStore Public

    Java

  3. react-native-meteor-basic-auth react-native-meteor-basic-auth Public

    React Native with Meteor

    JavaScript

  4. UniLecs #153 UniLecs #153
    1
    fun main(args: Array<String>) {
    2
        print("Π’Π²Π΅Π΄ΠΈΡ‚Π΅ вСса кусков: ")
    3
        val (a, b, c) = readLine()!!.split(' ').map(String::toInt)
    4
        val sum: Int = (a + b + c)
    5
        when {