Electrum hello Example
From Manuals
(Difference between revisions)
(→Compatibility Electrum 100) |
|||
| Line 1: | Line 1: | ||
=Simple console output (hello)= | =Simple console output (hello)= | ||
==Compatibility [http://www.micromint.com/index.php/SBC/electrum100.html Electrum 100]== | ==Compatibility [http://www.micromint.com/index.php/SBC/electrum100.html Electrum 100]== | ||
| - | A very simple "hello world" example. It simply displays | + | A very simple "hello world" example. It simply displays "Hello, world" on standard output (stdout) and is a starting point for more complicated applications. |
[[Image:Electrum_hello.png|center|]] | [[Image:Electrum_hello.png|center|]] | ||
Revision as of 17:51, 5 January 2011
Simple console output (hello)
Compatibility Electrum 100
A very simple "hello world" example. It simply displays "Hello, world" on standard output (stdout) and is a starting point for more complicated applications.

