diff --git a/.CONTRIBUTORS.md.un~ b/.CONTRIBUTORS.md.un~ new file mode 100644 index 00000000..9d0d2923 Binary files /dev/null and b/.CONTRIBUTORS.md.un~ differ diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d23e9087..ada47390 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -82,5 +82,5 @@ - [Victor Azevedo](https://github.com/victormazevedo) - [viewless](https://github.com/viewless) - [Vlad Zaporozhskyi](https://github.com/thezapovlad) - +- [Will Gebbie](https://github.com/will-gebbie) diff --git a/code/C++/yellow.cpp b/code/C++/yellow.cpp new file mode 100644 index 00000000..4697e180 --- /dev/null +++ b/code/C++/yellow.cpp @@ -0,0 +1,6 @@ +#include + +int main(){ + std::cout << "Yellow World!"; + return 0; +}