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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. BlazeUp-AI/Observal BlazeUp-AI/Observal Public

    Observal is an AI agent registry with first in class observabilty and eval framework

    Python 574 57

  2. ankidroid/Anki-Android ankidroid/Anki-Android Public

    AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.

    Kotlin 11k 2.8k

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

    3