Skip to content

Instantly share code, notes, and snippets.

@acrodrig
Last active June 3, 2025 17:45
Show Gist options
  • Save acrodrig/781716a9cbf4b02785d13d59697b208a to your computer and use it in GitHub Desktop.
Save acrodrig/781716a9cbf4b02785d13d59697b208a to your computer and use it in GitHub Desktop.
export function hello(friend: string) {
console.info("Hello " + friend + "!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment