task main () { TextOut(15, LCD_LINE1, "Hello, World!", true); Wait (2000); ClearScreen(); }