Skip to content

Commit

Permalink
Update String.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
GOKUPIKA authored Sep 30, 2020
1 parent 6e0fca0 commit d39a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion String.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "String.h"

//give your review on this

String::String() : len{0}, empty{true}, pos{-1}
{
Expand Down

0 comments on commit d39a60b

Please sign in to comment.