Skip to content

Commit f7dd584

Browse files
committed
#7 - Implement specialized class CppWString
Completed.
1 parent 5fc2724 commit f7dd584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp-strings/cppstrings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
*/
2727
int main()
2828
{
29+
CppString s;
2930
return 0;
3031
}

0 commit comments

Comments
 (0)