diff --git a/include/client.h b/include/client.h index 95538b6..1809962 100644 --- a/include/client.h +++ b/include/client.h @@ -1 +1,3 @@ -// this is a header file \ No newline at end of file +// this is a header file + +// edit in header file \ No newline at end of file diff --git a/src/client.cpp b/src/client.cpp index d048cee..c7bf00d 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1 +1,3 @@ -// this is a source file \ No newline at end of file +// this is a source file + +// edit in cpp file \ No newline at end of file