diff --git a/another.py b/another.py new file mode 100644 index 00000000..10be2a89 --- /dev/null +++ b/another.py @@ -0,0 +1 @@ +print("Hello another") diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..aeb86f42 --- /dev/null +++ b/backup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "Hello world... +#new string + diff --git a/main.py b/main.py index 14d6e9e4..0a134a9a 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ print("Hello, world") -print("") +print("Something")