diff --git a/README.md b/README.md index 44f1a637b..c9f9b97fd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We [maintain a master missing topics list](https://github.com/codepath/android_g If you are interested in contributing to our guides, please check out our [contribution guidelines](https://github.com/codepath/android_guides/wiki/Contributing-Guidelines) first. -## Contributors +### Contributors These guides were originally created and adapted by [Nathan Esquenazi](http://github.com/nesquena) as a part of our [CodePath](http://codepath.com) training and bootcamps. We have also had contributions from many diff --git a/points_to_remember.py b/points_to_remember.py new file mode 100644 index 000000000..be96500c1 --- /dev/null +++ b/points_to_remember.py @@ -0,0 +1 @@ +print("nothing") \ No newline at end of file