Guest User

Untitled

a guest
Jun 3rd, 2018
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. template <class T>
  2. <T> foo(<T> x, <T> y) {
  3.     return y + x;
  4. }
Add Comment
Please, Sign In to add comment