Skip to content

Commit

Permalink
Added a cpp file!
Browse files Browse the repository at this point in the history
  • Loading branch information
Will G committed Oct 17, 2019
1 parent 575f9f4 commit 6e3fbe1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added .CONTRIBUTORS.md.un~
Binary file not shown.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- Please follow ALPHABETICAL ORDER -->
6 changes: 6 additions & 0 deletions code/C++/yellow.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <iostream>

int main(){
std::cout << "Yellow World!";
return 0;
}

0 comments on commit 6e3fbe1

Please sign in to comment.