d07 ex01 ok
This commit is contained in:
13
d07/ex01/headers/Print.hpp
Normal file
13
d07/ex01/headers/Print.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef PRINT_HPP
|
||||
# define PRINT_HPP
|
||||
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
|
||||
template< typename T >
|
||||
void Print(T const & e) {
|
||||
std::cout << "[" << e << "]\n";
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user