Skip to content

Instantly share code, notes, and snippets.

@okaminu
Last active October 1, 2020 07:45
Show Gist options
  • Save okaminu/06360260d6a8ccfe5092810998ea139d to your computer and use it in GitHub Desktop.
Save okaminu/06360260d6a8ccfe5092810998ea139d to your computer and use it in GitHub Desktop.
object Greeter {
def greet(likeAPirate: Boolean): String = if (likeAPirate) "Ahoy" else "Hello"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment