Skip to content

Instantly share code, notes, and snippets.

@windymelt
Created June 24, 2025 14:27
Show Gist options
  • Save windymelt/8814833b1e788874b3b9a7a1418abf1a to your computer and use it in GitHub Desktop.
Save windymelt/8814833b1e788874b3b9a7a1418abf1a to your computer and use it in GitHub Desktop.
package dev.capslock.gist.scalacli
object Greeting:
def hello(name: String): String = s"Hello, $name!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment