Skip to content
View sonumehrotra's full-sized avatar
Block or Report

Block or report sonumehrotra

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

  1. scala-gradle-cucumber scala-gradle-cucumber Public

    An example to demo how Scala, Gradle and Cucumber can be blended.

    Scala 1 1

  2. Scala3Enums.scala Scala3Enums.scala
    1
    enum MyList[+T]:
    2
      case Cons(head: T, tail: MyList[T])
    3
      case EmptyList
    4
      
    5
      def isEmpty: Boolean = this match {
  3. scala-data-structures scala-data-structures Public

    An example repository to create data structures in Scala

    Scala

  4. dail-coding-problems-solved dail-coding-problems-solved Public

    Scala 1