diff --git a/README.md b/README.md new file mode 100644 index 0000000..9afbaa8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# This is just a test +hello world diff --git a/test.py b/test.py index 0485176..a01153c 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -print("hello world") +print("hello world :-) :-)")