Created
January 11, 2021 10:14
-
-
Save aniketbiprojit/44a1e010b747d72dc72979f22ef563a3 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
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