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!"); +}