d06 ex01 ok

This commit is contained in:
hugogogo
2022-03-06 20:24:43 +01:00
parent 6c16b9c1d6
commit c705276319
4 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef DATA_HPP
# define DATA_HPP
struct Data {
public:
std::string str;
};
#endif