Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 20, 2022 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s1monw1/a00b95c3097959bf22fac02810d93c23 to your computer and use it in GitHub Desktop.
Save s1monw1/a00b95c3097959bf22fac02810d93c23 to your computer and use it in GitHub Desktop.
fun auth(userName: String, password: String) {
println("authenticating $userName.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment