From a1e34d56781119c7d6ae31ac62d83d594c5d02d1 Mon Sep 17 00:00:00 2001 From: Ado Matejov Date: Mon, 2 Jul 2012 17:20:49 +0200 Subject: [PATCH 1/2] added Not eXactly C language --- n/nxc.nxc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 n/nxc.nxc diff --git a/n/nxc.nxc b/n/nxc.nxc new file mode 100644 index 00000000..0855a883 --- /dev/null +++ b/n/nxc.nxc @@ -0,0 +1,4 @@ +task main() +{ + TextOut(0, LCD_LINE_1, "Hello world!"); +} From 452881d23cda70902423f2bfa13a0b4e684da78c Mon Sep 17 00:00:00 2001 From: Ado Matejov Date: Mon, 2 Jul 2012 17:23:31 +0200 Subject: [PATCH 2/2] edited --- n/nxc.nxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n/nxc.nxc b/n/nxc.nxc index 0855a883..b6577b5c 100644 --- a/n/nxc.nxc +++ b/n/nxc.nxc @@ -1,4 +1,4 @@ task main() { - TextOut(0, LCD_LINE_1, "Hello world!"); + TextOut(0, LCD_LINE1, "Hello world!"); }