Skip to content

indramahkota/learn-kotlin

Repository files navigation

Learn Kotlin

Hello, Jupyter

  class Greeter(private val name: String) {
      fun greet(): String {
          return "Hello, $name!"
      }
  }
  Greeter("Jupyter").greet() //Hello, Jupyter!

About

Kotlin with Jupyter Notebook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published