latest pushes

This commit is contained in:
2024-10-02 14:36:07 -04:00
parent 5ff760553e
commit 07469fd003
6 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# Writing to a file
echo "This is a test file" > test.txt
echo "Adding another line" >> test.txt
echo "Adding another line" > test.txt
# Reading from a file
echo "Contents of test.txt:"