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