5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
task main()
|
|
{
|
|
TextOut(0, LCD_LINE1, "Hello World");
|
|
}
|