Skip to content
View Haz3-jolt's full-sized avatar

Highlights

  • Pro

Organizations

@ankidroid

Block or report Haz3-jolt

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 250 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
Haz3-jolt/README.md

Hello there ๐Ÿ‘‹

#!/usr/bin/env kotlin
@file:Suppress("EXPERIMENTAL_API_USAGE")

import kotlinx.coroutines.*

object SoftwareEngineer {
    val name = "Hari Srinivasan"
    val role = "Software Developer"
    val languagesUsed = listOf("Kotlin", "Python", "BASH", "C")

    suspend fun sayHi() = coroutineScope {
        launch {
            delay(500)
            println("Thanks for dropping by, hope you find some of my work interesting.")
        }
    }

    fun showStack() {
        println("Currently building cool things with: ${languagesUsed.joinToString(", ")}")
    }
}

suspend fun main() {
    SoftwareEngineer.sayHi()
    SoftwareEngineer.showStack()
}

๐Ÿ† GitHub Trophies

trophy

Pinned Loading

  1. DasaBot DasaBot Public

    A Discord bot designed to provide information about cutoffs, college lists, and closest airports.

    Python 6

  2. Finger-tracking-gestures Finger-tracking-gestures Public

    A python program which uses OpenCV to track the fingers of a person, and then executes commands if it detects a relevant

    Python 8 1

  3. AnkiDroid-GSoC-Report AnkiDroid-GSoC-Report Public

    1