Added CBOT (#779)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
kompowiec2
2020-08-07 10:47:04 -01:00
committed by GitHub
parent 824e21bc80
commit 6779dc0167
2 changed files with 7 additions and 0 deletions

6
c/cbot.txt Normal file
View File

@@ -0,0 +1,6 @@
extern void object::New()
{
message("Hello World");
}