diff --git a/helloworld/t1.txt b/helloworld/t1.txt new file mode 100644 index 0000000..d33f46c --- /dev/null +++ b/helloworld/t1.txt @@ -0,0 +1,2 @@ +This is the t1.txt file in the helloworld folder. +Initial content for testing purposes. diff --git a/testapp/t1.txt b/testapp/t1.txt new file mode 100644 index 0000000..fc0356a --- /dev/null +++ b/testapp/t1.txt @@ -0,0 +1,2 @@ +This is the t1.txt file in the testapp folder. +Initial content for testing purposes.