diff --git a/n/nxc.nxc b/n/nxc.nxc new file mode 100644 index 00000000..b6577b5c --- /dev/null +++ b/n/nxc.nxc @@ -0,0 +1,4 @@ +task main() +{ + TextOut(0, LCD_LINE1, "Hello world!"); +}