Files
hello-world/n/nxc.nxc
2012-07-02 17:20:49 +02:00

5 lines
60 B
Plaintext

task main()
{
TextOut(0, LCD_LINE_1, "Hello world!");
}