From 33ba9e12850b7d1039a98b19a6f76a3b551a950b Mon Sep 17 00:00:00 2001 From: computerization-bot Date: Mon, 5 Oct 2020 18:57:14 +0800 Subject: [PATCH] Bot's first commit --- 2020/Computerization-bot/Hello.cpp | 8 ++++++++ 2020/Signatures.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 2020/Computerization-bot/Hello.cpp diff --git a/2020/Computerization-bot/Hello.cpp b/2020/Computerization-bot/Hello.cpp new file mode 100644 index 0000000..b50edd2 --- /dev/null +++ b/2020/Computerization-bot/Hello.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main(){ + cout << "Hello from a bot!" << endl; + return 0; +} diff --git a/2020/Signatures.txt b/2020/Signatures.txt index 6ffcf0b..58b338b 100644 --- a/2020/Signatures.txt +++ b/2020/Signatures.txt @@ -8,3 +8,4 @@ Ben-Zhang XLB KevJ12 RCL-1009 +Computerization-bot