Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# testapp
# 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.
6 changes: 6 additions & 0 deletions t1.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions t2.txt
Original file line number Diff line number Diff line change
@@ -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