Created
June 24, 2025 14:27
-
-
Save windymelt/8814833b1e788874b3b9a7a1418abf1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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