good first issuehelp wantedtest
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Testing the copy function for String class is needed
signatures include:
copy(char*)copy(char*, int)copy(char*, int, int)copy(int, int, char*)copy(String&)copy(String&, int)copy(String&, int, int)copy(int, int, String&)