6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
![]() |
#include "cpyBase.hpp"
|
||
|
|
||
|
std::string getStrCpy() {
|
||
|
return "Hello Copied File";
|
||
|
}
|