d06 ex01 ok
This commit is contained in:
9
d06/ex01/headers/Data.hpp
Normal file
9
d06/ex01/headers/Data.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef DATA_HPP
|
||||
# define DATA_HPP
|
||||
|
||||
struct Data {
|
||||
public:
|
||||
std::string str;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user