- Welcome to the home page of this organization[欢迎你来到此组织的主页]
Make some interesting programs and scripts, including but not limited to game scripts, web crawlers, viruses and Trojans.
[制作一些有趣的程序和脚本,包括但不限于游戏脚本、网络爬虫、病毒和木马]
Of course, anytime.[当然,随时欢迎]
No, as long as you think you have the ability to write code and maintain it later.
[没有,只要您认为自己有能力编写代码并在以后进行维护就行。]
Send email to kq-cos@outlook.com , and attach your GitHub name or link, we will invite you to join soon, please pay attention to the email.
[发送电子邮件至kq-cos@outlook.com,并加上你的GitHub名称或链接,我们将很快邀请您加入,请注意邮件。]
#include<stdio.h>
int main()
{
printf("We look forward to seeing you join us.");
return 0;
}