From 6779dc0167d06ff40c701c4644f602976425dc03 Mon Sep 17 00:00:00 2001 From: kompowiec2 Date: Fri, 7 Aug 2020 10:47:04 -0100 Subject: [PATCH] Added CBOT (#779) Co-authored-by: Richie Bendall --- README.md | 1 + c/cbot.txt | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 c/cbot.txt diff --git a/README.md b/README.md index 29b6f43cf..12a3ab7f7 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 000000000..6ee6a30e4 --- /dev/null +++ b/c/cbot.txt @@ -0,0 +1,6 @@ +extern void object::New() +{ + +message("Hello World"); + +}