diff --git a/gitskills/README.md b/gitskills/README.md new file mode 100644 index 0000000..e87becc --- /dev/null +++ b/gitskills/README.md @@ -0,0 +1 @@ +# gitskills \ No newline at end of file diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..255e976 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print 'hello world!'