Skip to content

Commit

Permalink
Merge pull request #47 from Computerization/bot/first-commit
Browse files Browse the repository at this point in the history
Bot's first commit
  • Loading branch information
Josh-Cena authored Oct 5, 2020
2 parents 29e0cc7 + 33ba9e1 commit cb1a087
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2020/Computerization-bot/Hello.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <iostream>

using namespace std;

int main(){
cout << "Hello from a bot!" << endl;
return 0;
}
1 change: 1 addition & 0 deletions 2020/Signatures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Ben-Zhang
XLB
KevJ12
RCL-1009
Computerization-bot

0 comments on commit cb1a087

Please sign in to comment.