The most basic example hello handles only one task which prints string "Hello World\n".

There is one task in the example (HELLO_TASK). Task prints "Hello World" string and ends.
HELLO_TASK:
-Prints out the string "Hello World" by printf function.
-Calls _task_block function to end the task.