Skip to content

Instantly share code, notes, and snippets.

@aniketbiprojit
Created January 11, 2021 10:14
Show Gist options
  • Save aniketbiprojit/44a1e010b747d72dc72979f22ef563a3 to your computer and use it in GitHub Desktop.
Save aniketbiprojit/44a1e010b747d72dc72979f22ef563a3 to your computer and use it in GitHub Desktop.
template <typename T>
double square(T elem)
{
return elem * elem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment