.. _hello_world: Hello World ########### Overview ******** A simple sample that can be used with any :ref:`supported board ` and prints "Hello World" to the console. Building and Running ******************** This application can be built and executed on ZC3827 Demo as follows: .. zephyr-app-commands:: :zephyr-app: samples/hello_world :host-os: unix :board: zc3827_demo :goals: run :compact: To build for another board, change "zc3827_demo" above to that board's name. Sample Output ============= .. code-block:: console Hello World! zc3827_demo