Skip to content

Commit ae2c399

Browse files
Initial commit: Custom String class in C++
1 parent b13dbf1 commit ae2c399

6 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.o
2+
*.out
3+
build/
4+
string_test
5+

Makefile

Whitespace-only changes.

README.md

Whitespace-only changes.

include/String.h

Whitespace-only changes.

src/String.cpp

Whitespace-only changes.

test/main.cpp

Whitespace-only changes.

0 commit comments

Comments
 (0)