diff --git a/README.md b/README.md index 29b6f43c..12a3ab7f 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/c/cbot.txt b/c/cbot.txt new file mode 100644 index 00000000..6ee6a30e --- /dev/null +++ b/c/cbot.txt @@ -0,0 +1,6 @@ +extern void object::New() +{ + +message("Hello World"); + +}