diff --git a/README.md b/README.md index 12e09ec..73c487e 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# testapp \ No newline at end of file +# testapp + +A simple test application repository. + +## Files + +- **README.md**: This file, containing project documentation +- **t1.txt**: First text file with sample content +- **t2.txt**: Second text file with sample content + +## Purpose + +This repository serves as a test application for demonstrating file management and updates. \ No newline at end of file diff --git a/t1.txt b/t1.txt new file mode 100644 index 0000000..05e9449 --- /dev/null +++ b/t1.txt @@ -0,0 +1,6 @@ +This is the first text file (t1.txt). + +This file is part of the testapp project and contains sample content. +It serves as a demonstration and testing file. + +Last updated: 2025-10-09 diff --git a/t2.txt b/t2.txt new file mode 100644 index 0000000..bf74335 --- /dev/null +++ b/t2.txt @@ -0,0 +1,6 @@ +This is the second text file (t2.txt). + +This file contains information and content for testing purposes. +It has been created and updated as part of the project requirements. + +Last updated: 2025-10-09