diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..36637c8 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello amit") diff --git a/hello/helloworld.py b/hello/helloworld.py index f1a1813..468877c 100644 --- a/hello/helloworld.py +++ b/hello/helloworld.py @@ -1 +1,2 @@ print("Hello world!") +my name is amit