Skip to content

Instantly share code, notes, and snippets.

@Bueddl
Created July 3, 2023 18:00
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 Bueddl/531325c8c48a15fd8a75418a77771ed1 to your computer and use it in GitHub Desktop.
Save Bueddl/531325c8c48a15fd8a75418a77771ed1 to your computer and use it in GitHub Desktop.
#pragma once
template<typename T>
T square(T val) {
return val * val;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment