diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..ad1d648d --- /dev/null +++ b/first-file.md @@ -0,0 +1 @@ +This is the content for my first file. diff --git a/hello.py b/hello.py new file mode 100644 index 00000000..b376c994 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('hello')