diff --git a/hello345.txt b/hello345.txt index 01ea43e..fb5067b 100644 --- a/hello345.txt +++ b/hello345.txt @@ -1 +1 @@ -Hello agaiananna +Hello again diff --git a/print_name.py b/print_name.py new file mode 100644 index 0000000..d4b66a8 --- /dev/null +++ b/print_name.py @@ -0,0 +1,2 @@ +print('Hello, I am Manaya!') +print('Trying out Fork and PR')