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&)