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

View File

@@ -161,6 +161,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Cardinal](c/cardinal.cardinal)
* [Casio Basic](c/Casio%20BASIC)
* [Cat](c/cat.cat)
* [Cbot](c/cbot.txt)
* [Cduce](c/cduce.cduce)
* [Centura](c/centura.centura)
* [Ceylon](c/ceylon.ceylon)

6
c/cbot.txt Normal file
View File

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