Files
hello-world/n/nxc.nxc
2018-08-22 01:37:32 -03:00

5 lines
59 B
Plaintext
Executable File

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