diff --git a/another_file.txt b/another_file.txt deleted file mode 100644 index b48b9f87..00000000 --- a/another_file.txt +++ /dev/null @@ -1 +0,0 @@ -Hello, this is another file. diff --git a/hello_world.txt b/hello_world.txt new file mode 100644 index 00000000..cfafe318 --- /dev/null +++ b/hello_world.txt @@ -0,0 +1 @@ +Hello, world this is a file.