diff --git a/feature.py b/feature.py new file mode 100644 index 0000000..1e2af2f --- /dev/null +++ b/feature.py @@ -0,0 +1,4 @@ +def greet_user(name): + print("Hello", name, "Welcome to the project!") + +greet_user("Developer") \ No newline at end of file diff --git a/feature.txt b/feature.txt new file mode 100644 index 0000000..f22bf28 --- /dev/null +++ b/feature.txt @@ -0,0 +1 @@ +This is my feature added for Git collaboration experiment. \ No newline at end of file