Skip to content

Instantly share code, notes, and snippets.

@tarasglek
Last active August 20, 2023 12:22
Show Gist options
  • Save tarasglek/25e33ae4118c096adfd509c6fcd96938 to your computer and use it in GitHub Desktop.
Save tarasglek/25e33ae4118c096adfd509c6fcd96938 to your computer and use it in GitHub Desktop.
/**
* Echo back based on https://gist.github.com/humphd/647bbaddc3099c783b9bb1908f25b64e
* @param s text to echo
*/
function echo(s:string) {
return s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment