Merge pull request #81 from Adman/master

NXC language (Not eXactly C)
This commit is contained in:
Mike Donaghy 2014-08-17 22:41:23 -04:00
commit 7fc17e5767

4
n/nxc.nxc Normal file
View File

@ -0,0 +1,4 @@
task main()
{
TextOut(0, LCD_LINE1, "Hello world!");
}