added Not eXactly C language

This commit is contained in:
Ado Matejov
2012-07-02 17:20:49 +02:00
parent 4c4d25f29f
commit a1e34d5678

4
n/nxc.nxc Normal file
View File

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