5 lines
60 B
Plaintext
Raw Normal View History

2012-07-02 17:20:49 +02:00
task main()
{
TextOut(0, LCD_LINE_1, "Hello world!");
}